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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 中?持? | 100100101000011000111111100011101001110100111111 | 92863f8e9d3f |
EUC-JP | 中?持? | 110000111110011000111111101110111111110100111111 | c3e63fbbfd3f |
UTF-8 | 中렏持렊 | 111001001011100010101101111010111010000010001111111001101000110010000001111010111010000010001010 | e4b8adeba08fe68c81eba08a |
UHC | 中렏持렊 | 1111000111101001100011101010010111110010101001011000111010100001 | f1e98ea5f2a58ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)