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 | 崧漆嶸 | 111110101010111110001110101111011111101010110100 | faaf8ebdfab4 |
EUC-JP | 崧漆嶸 | 1000111110111011110010101011110010111111100011111011101111110100 | 8fbbcabcbf8fbbf4 |
UTF-8 | 崧漆嶸 | 111001011011010010100111111001101011110010000110111001011011011010111000 | e5b4a7e6bc86e5b6b8 |
UHC | 崧漆嶸 | 111000101111111011110110110101001110011110101110 | e2fef6d4e7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)