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 | ?嶸 | 001111111111101010110100 | 3ffab4 |
EUC-JP | ?嶸 | 00111111100011111011101111110100 | 3f8fbbf4 |
UTF-8 | 쀀嶸 | 111011001000000010000000111001011011011010111000 | ec8080e5b6b8 |
UHC | 쀀嶸 | 10010111110000001110011110101110 | 97c0e7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)