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 | 成腺衢 | 100100001010110010010001010000101110010111001011 | 90ac9142e5cb |
EUC-JP | 成腺衢 | 110000001010111011000001101000111110101011001101 | c0aec1a3eacd |
UTF-8 | 成腺衢 | 111001101000100010010000111010001000010110111010111010001010000110100010 | e68890e885bae8a1a2 |
UHC | 成腺衢 | 111000001111011111100000110011011100111111000011 | e0f7e0cdcfc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)