To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????g\ | 00111111001111110011111100111111001111110110011101011100 | 3f3f3f3f3f675c |
SJIS-WIN | 湿煮湿蕊g\ | 100011101011110010001110110011111000111010111100100011101100011111110000111100110110011101011100 | 8ebc8ecf8ebc8ec7f0f3675c |
EUC-JP | 湿煮湿蕊?g\ | 1011110010111110101111001101000110111100101111101011110011001001001111110110011101011100 | bcbebcd1bcbebcc93f675c |
UTF-8 | 湿煮湿蕊g\ | 1110011010111001101111111110011110000101101011101110011010111001101111111110100010010101100010101110111010000010101100100110011101011100 | e6b9bfe785aee6b9bfe8958aee82b2675c |
UHC | ?煮???g\ | 0011111111101101101101000011111100111111001111110110011101011100 | 3fedb43f3f3f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)