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 | 夷蝎?赤 | 10001000110011101110010110011001001111111001000011010100 | 88cee5993f90d4 |
EUC-JP | 夷蝎?赤 | 10110000110100001110100111111001001111111100000011010110 | b0d0e9f93fc0d6 |
UTF-8 | 夷蝎혓赤 | 111001011010010010110111111010001001110110001110111011011001100010010011111010001011010110100100 | e5a4b7e89d8eed9893e8b5a4 |
UHC | 夷蝎혓赤 | 1110110010101000110010101110100111000111111110101110111011100101 | eca8cae9c7faeee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)