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 | ??@B | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 垣?@B | 1000101001011111001111110100000001000010 | 8a5f3f4042 |
EUC-JP | 垣?@B | 1011001111000000001111110100000001000010 | b3c03f4042 |
UTF-8 | 垣렦@B | 1110010110011110101000111110101110100000101001100100000001000010 | e59ea3eba0a64042 |
UHC | 垣렦@B | 111010101010111110001110101101010100000001000010 | eaaf8eb54042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)