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 | 禪灑 | 11100010010101111110000001110010 | e257e072 |
EUC-JP | 禪灑 | 11100011101110001101111111010011 | e3b8dfd3 |
UTF-8 | 禪灑 | 111001111010011010101010111001111000000110010001 | e7a6aae78191 |
UHC | 禪灑 | 11100000110010011110000111101110 | e0c9e1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)