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 | 十? | 100011110101110000111111 | 8f5c3f |
EUC-JP | 十? | 101111011011110100111111 | bdbd3f |
UTF-8 | 十덀 | 111001011000110110000001111010111000110110000000 | e58d81eb8d80 |
UHC | 十덀 | 11100100101010001000100011100011 | e4a888e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)