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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 甚f | 10010000011100101000001010000110 | 90728286 |
EUC-JP | 甚f | 10111111110100111010001111100110 | bfd3a3e6 |
UTF-8 | 甚f | 111001111001010010011010111011111011110110000110 | e7949aefbd86 |
UHC | 甚f | 11100100101001001010001111100110 | e4a4a3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)