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 | 赦??叱邃 | 1000111011001101001111110011111110001110101101101110001010000100 | 8ecd3f3f8eb6e284 |
EUC-JP | 赦??叱邃 | 1011110011001111001111110011111110111100101110001110001111100100 | bccf3f3fbcb8e3e4 |
UTF-8 | 赦롛롗叱邃 | 111010001011010110100110111010111010000110011011111010111010000110010111111001011000111110110001111010011000001010000011 | e8b5a6eba19beba197e58fb1e98283 |
UHC | 赦롛롗叱邃 | 11011110111101011000111011011111100011101101101111110010111010101110001011000101 | def58edf8edbf2eae2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)