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 | あ | 1000001010100000 | 82a0 |
EUC-JP | あ | 1010010010100010 | a4a2 |
UTF-8 | あ | 111000111000000110000010 | e38182 |
UHC | あ | 1010101010100010 | aaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)