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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 円??辱ラ | 1000100101111110001111110011111110010000010010101000001110001001 | 897e3f3f904a8389 |
EUC-JP | 円??辱ラ | 1011000111011111001111110011111110111111101010111010010111101001 | b1df3f3fbfaba5e9 |
UTF-8 | 円띰슁辱ラ | 111001011000011010000110111010111001110110110000111011001000101010000001111010001011111010110001111000111000001110101001 | e58686eb9db0ec8a81e8beb1e383a9 |
UHC | 円띰슁辱ラ | 11100101111101111011011011101111101111011011001111101001101101001010101111101001 | e5f7b6efbdb3e9b4abe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)