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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 迹м迹к^ | 111001111001000110000100011111011110011110010001100001000111101101011110 | e791847de791847b5e |
EUC-JP | 迹м迹к^ | 111011011111000110100111110111101110110111110001101001111101110001011110 | edf1a7deedf1a7dc5e |
UTF-8 | 迹м迹к^ | 1110100010111111101110011101000010111100111010001011111110111001110100001011101001011110 | e8bfb9d0bce8bfb9d0ba5e |
UHC | 迹м迹к^ | 111011101110100110101100110111101110111011101001101011001101110001011110 | eee9acdeeee9acdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)