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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 雍?別B | 111010001011010000111111100101011100101001000010 | e8b43f95ca42 |
EUC-JP | 雍?別B | 111100001011011000111111110010101100110001000010 | f0b63fcacc42 |
UTF-8 | 雍고別B | 11101001100110111000110111101010101100111010000011100101100010001010010101000010 | e99b8deab3a0e588a542 |
UHC | 雍고別B | 11101000101111001011000011101101110111001010110001000010 | e8bcb0eddcac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)