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 | 船槽 | 10010001010001001001000110000101 | 91449185 |
EUC-JP | 船槽 | 11000001101001011100000111100101 | c1a5c1e5 |
UTF-8 | 船槽 | 111010001000100010111001111001101010011110111101 | e888b9e6a7bd |
UHC | 船槽 | 11100000110011111111000011001011 | e0cff0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)