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 | ?訟 | 001111111000111111010111 | 3f8fd7 |
EUC-JP | ?訟 | 001111111011111011011001 | 3fbed9 |
UTF-8 | 렧訟 | 111010111010000010100111111010001010100010011111 | eba0a7e8a89f |
UHC | 렧訟 | 10001110101101101110000111101000 | 8eb6e1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)