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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??儡??B | 00111111001111111001100101010011001111110011111101000010 | 3f3f99533f3f42 |
EUC-JP | ??儡??B | 00111111001111111101000110110100001111110011111101000010 | 3f3fd1b43f3f42 |
UTF-8 | 뤋립儡뻗네B | 11101011101001001000101111101011101001101011110111100101100001001010000111101011101110111001011111101011100001001010010001000010 | eba48beba6bde584a1ebbb97eb84a442 |
UHC | 뤋립儡뻗네B | 1000111110111011101110001011001111010110111011011011101110111000101100111101011101000010 | 8fbbb8b3d6edbbb8b3d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)