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 | ×ßß | 10001110110101111101111111011111 | 8ed7dfdf |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ?×ßß | 001111111010000111011111100011111010100111001110100011111010100111001110 | 3fa1df8fa9ce8fa9ce |
UTF-8 | ×ßß | 1100001010001110110000111001011111000011100111111100001110011111 | c28ec397c39fc39f |
UHC | ?×ßß | 00111111101000011011111110101001101011001010100110101100 | 3fa1bfa9aca9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)