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 | 1001110101011000001111110011111101101000 | 9d583f3f68 |
EUC-JP | 拗??h | 1101100110111001001111110011111101101000 | d9b93f3f68 |
UTF-8 | 拗룸젻h | 11100110100010111001011111101011101000111011100011101100101000001011101101101000 | e68b97eba3b8eca0bb68 |
UHC | 拗룸젻h | 11101000111100111011011111101011101000001010111001101000 | e8f3b7eba0ae68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)