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 | 岩 | 1000101011100010 | 8ae2 |
EUC-JP | 岩 | 1011010011100100 | b4e4 |
UTF-8 | 岩 | 111001011011001010101001 | e5b2a9 |
UHC | 岩 | 1110010011011011 | e4db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)