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 | 姓糯 | 10010000101010011110001011110111 | 90a9e2f7 |
EUC-JP | 姓糯 | 11000000101010111110010011111001 | c0abe4f9 |
UTF-8 | 姓糯 | 111001011010011110010011111001111011001110101111 | e5a793e7b3af |
UHC | 姓? | 111000001111001100111111 | e0f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)