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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逆??逆?? | 1000101101110100001111110011111110001011011101000011111100111111 | 8b743f3f8b743f3f |
EUC-JP | 逆??逆?? | 1011010111010101001111110011111110110101110101010011111100111111 | b5d53f3fb5d53f3f |
UTF-8 | 逆곮퍤逆곫툢 | 111010011000000010000110111010101011001110101110111011011000110110100100111010011000000010000110111010101011001110101011111011011000100010100010 | e98086eab3aeed8da4e98086eab3abed88a2 |
UHC | 逆곮퍤逆곫툢 | 111001101011110110000001111010001011101110011011111001101011110110000001111001101011100010011001 | e6bd81e8bb9be6bd81e6b899 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)