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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 關邸B | 1110100010010000100100110100000001000010 | e890934042 |
EUC-JP | 關邸B | 1110111111110000110001011010000101000010 | eff0c5a142 |
UTF-8 | 關邸B | 11101001100101111001110011101001100000101011100001000010 | e9979ce982b842 |
UHC | 關邸B | 1100111010111100111011101101000001000010 | cebceed042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)