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 | 娃??徇?? | 1000100010100001001111110011111110011100011011010011111100111111 | 88a13f3f9c6d3f3f |
EUC-JP | 娃??徇?? | 1011000010100011001111110011111111010111110011100011111100111111 | b0a33f3fd7ce3f3f |
UTF-8 | 娃꿰몱徇뽬떵 | 111001011010100010000011111010101011111110110000111010111010101010110001111001011011111010000111111010111011110110101100111010111001011010110101 | e5a883eabfb0ebaab1e5be87ebbdaceb96b5 |
UHC | 娃꿰몱徇뽬떵 | 111010001101111110110010111001111001000110011010111000101101111110010110111010001011011010111010 | e8dfb2e7919ae2df96e8b6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)