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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 珈雕治 | 111000001101101111101000101110001000111010100001 | e0dbe8b88ea1 |
EUC-JP | 珈雕治 | 111000001101110111110000101110101011110010100011 | e0ddf0babca3 |
UTF-8 | 珈雕治 | 111001111000111110001000111010011001101110010101111001101011001010111011 | e78f88e99b95e6b2bb |
UHC | ?雕治 | 0011111111110000111001111111011010111101 | 3ff0e7f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)