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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 夷?㎏rB | 10001000110011100011111110000111011100110111001001000010 | 88ce3f87737242 |
EUC-JP | 夷??rB | 101100001101000000111111001111110111001001000010 | b0d03f3f7242 |
UTF-8 | 夷덉㎏rB | 1110010110100100101101111110101110001101100010011110001110001110100011110111001001000010 | e5a4b7eb8d89e38e8f7242 |
UHC | 夷덉㎏rB | 1110110010101000100010001110110010100111101110000111001001000010 | eca888eca7b87242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)