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 | 狹磆 | 11100000110000111110000111110101 | e0c3e1f5 |
EUC-JP | 狹磆 | 11100000110001011110001011110111 | e0c5e2f7 |
UTF-8 | 狹磆 | 111001111000101110111001111001111010001110000110 | e78bb9e7a386 |
UHC | 狹? | 111110101111010100111111 | faf53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)