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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 榻h | 10011110110011101000001010001000 | 9ece8288 |
EUC-JP | 榻h | 11011100110100001010001111101000 | dcd0a3e8 |
UTF-8 | 榻h | 111001101010011010111011111011111011110110001000 | e6a6bbefbd88 |
UHC | 榻h | 11110111101101001010001111101000 | f7b4a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)