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 | 膤岩 | 11100100010100101000101011100010 | e4528ae2 |
EUC-JP | 膤岩 | 11100111101100111011010011100100 | e7b3b4e4 |
UTF-8 | 膤岩 | 111010001000011010100100111001011011001010101001 | e886a4e5b2a9 |
UHC | ?岩 | 001111111110010011011011 | 3fe4db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)