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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隍袴亥擘 | 1110100010100100100011001101000110001000111001011001110110100100 | e8a48cd188e59da4 |
EUC-JP | 隍袴亥擘 | 1111000010100110101110001101001110110000111001111101101010100110 | f0a6b8d3b0e7daa6 |
UTF-8 | 隍袴亥擘 | 111010011001101010001101111010001010001010110100111001001011101010100101111001101001001110011000 | e99a8de8a2b4e4baa5e69398 |
UHC | 隍袴亥擘 | 1111110011011011110011011100110111111010101001001101101111111011 | fcdbcdcdfaa4dbfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)