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 | ?岩 | 001111111000101011100010 | 3f8ae2 |
EUC-JP | ?岩 | 001111111011010011100100 | 3fb4e4 |
UTF-8 | 筽岩 | 111001111010110110111101111001011011001010101001 | e7adbde5b2a9 |
UHC | 筽岩 | 11101000101001001110010011011011 | e8a4e4db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)