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 | ? | 00111111 | 3f |
SJIS-WIN | 砲 | 1001011001000011 | 9643 |
EUC-JP | 砲 | 1100101110100100 | cba4 |
UTF-8 | 砲 | 111001111010000010110010 | e7a0b2 |
UHC | 砲 | 1111100011011111 | f8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)