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 | 羯扈 | 11100011101110011110011110111011 | e3b9e7bb |
EUC-JP | 羯扈 | 11100110101110111110111010111101 | e6bbeebd |
UTF-8 | 羯扈 | 111001111011111010101111111001101000100110001000 | e7beafe68988 |
UHC | ?扈 | 001111111111101111000011 | 3ffbc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)