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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 迂???h | 100010010100100100111111001111110011111101101000 | 89493f3f3f68 |
EUC-JP | 迂???h | 101100011010101000111111001111110011111101101000 | b1aa3f3f3f68 |
UTF-8 | 迂縷렮렪h | 11101000101111111000001011101111101001011001000011101011101000001010111011101011101000001010101001101000 | e8bf82efa590eba0aeeba0aa68 |
UHC | 迂縷렮렪h | 111010011110011011010010111010101000111010111011100011101011100001101000 | e9e6d2ea8ebb8eb868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)