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 | 硼 | 1110000111101101 | e1ed |
EUC-JP | 硼 | 1110001011101111 | e2ef |
UTF-8 | 硼 | 111001111010000110111100 | e7a1bc |
UHC | 硼 | 1101110111011101 | dddd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)