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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 迹・諠コB | 11100111100100011010010111100110100000111011101001000010 | e791a5e683ba42 |
EUC-JP | 迹・諠コB | 111011011111000110001110101001011110101111100011100011101011101001000010 | edf18ea5ebe38eba42 |
UTF-8 | 迹・諠コB | 11101000101111111011100111101111101111011010010111101000101010111010000011101111101111011011101001000010 | e8bfb9efbda5e8aba0efbdba42 |
UHC | 迹???B | 111011101110100100111111001111110011111101000010 | eee93f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)