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 | 型e掘 | 100011000101111010000010100001011000110001000000 | 8c5e82858c40 |
EUC-JP | 型e掘 | 101101111011111110100011111001011011011110100001 | b7bfa3e5b7a1 |
UTF-8 | 型e掘 | 111001011001111010001011111011111011110110000101111001101000111010011000 | e59e8befbd85e68e98 |
UHC | 型e掘 | 111110101111111010100011111001011100111111011110 | fafea3e5cfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)