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 | 菽ネ | 111001001100000111001000 | e4c1c8 |
EUC-JP | 菽ネ | 11101000110000111000111011001000 | e8c38ec8 |
UTF-8 | 菽ネ | 111010001000111110111101111011111011111010001000 | e88fbdefbe88 |
UHC | 菽? | 111000101101110100111111 | e2dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)