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 | 悉樟 | 100011101011101111110010111000111000111110111110 | 8ebbf2e38fbe |
EUC-JP | 悉?樟 | 1011110010111101001111111011111011000000 | bcbd3fbec0 |
UTF-8 | 悉樟 | 111001101000001010001001111011101000100010011010111001101010100010011111 | e68289ee889ae6a89f |
UHC | 悉?樟 | 1110001111111010001111111110110111101001 | e3fa3fede9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)