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 | ??????C | 00111111001111110011111100111111001111110011111101000011 | 3f3f3f3f3f3f43 |
SJIS-WIN | ??や??をC | 001111110011111110000010111000100011111100111111100000101111000001000011 | 3f3f82e23f3f82f043 |
EUC-JP | ??や??をC | 001111110011111110100100111001000011111100111111101001001111001001000011 | 3f3fa4e43f3fa4f243 |
UTF-8 | 룵卽や룶죴をC | 11101011101000111011010111100101100011011011110111100011100000101000010011101011101000111011011011101100101000111011010011100011100000101001001001000011 | eba3b5e58dbde38284eba3b6eca3b4e3829243 |
UHC | 룵卽や룶죴をC | 10001111101010101111000111101101101010101110010010001111101010111010000110001111101010101111001001000011 | 8faaf1edaae48faba18faaf243 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)