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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 宜??h | 1000101101011000001111110011111101101000 | 8b583f3f68 |
EUC-JP | 宜??h | 1011010110111001001111110011111101101000 | b5b93f3f68 |
UTF-8 | 宜밸젔h | 11100101101011101001110011101011101100001011100011101100101000001001010001101000 | e5ae9cebb0b8eca09468 |
UHC | 宜밸젔h | 11101011111100011011100111101011101000001001001001101000 | ebf1b9eba09268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)