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 | 籏録 | 11100010110101111001100001011110 | e2d7985e |
EUC-JP | 籏録 | 11100100110110011100111110111111 | e4d9cfbf |
UTF-8 | 籏録 | 111001111011000110001111111010011000110010110010 | e7b18fe98cb2 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)