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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 中?除?? | 10010010100001100011111110001111100111000011111100111111 | 92863f8f9c3f3f |
EUC-JP | 中?除?? | 11000011111001100011111110111101111111000011111100111111 | c3e63fbdfc3f3f |
UTF-8 | 中렏除닿렡 | 111001001011100010101101111010111010000010001111111010011001100110100100111010111000101110111111111010111010000010100001 | e4b8adeba08fe999a4eb8bbfeba0a1 |
UHC | 中렏除닿렡 | 11110001111010011000111010100101111100001011011010110100111010101000111010110010 | f1e98ea5f0b6b4ea8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)