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 | ?凋 | 001111111001001010011100 | 3f929c |
EUC-JP | ?凋 | 001111111100001111111100 | 3fc3fc |
UTF-8 | 렺凋 | 111010111010000010111010111001011000011110001011 | eba0bae5878b |
UHC | 렺凋 | 10001110110000101111000010111101 | 8ec2f0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)