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 | ç÷LB | 1110011111110111100011010100110001000010 | e7f78d4c42 |
SJIS-WIN | ?÷?LB | 001111111000000110000000001111110100110001000010 | 3f81803f4c42 |
EUC-JP | ç÷?LB | 1000111110101011101011101010000111100000001111110100110001000010 | 8fabaea1e03f4c42 |
UTF-8 | ç÷LB | 1100001110100111110000111011011111000010100011010100110001000010 | c3a7c3b7c28d4c42 |
UHC | ?÷?LB | 001111111010000111000000001111110100110001000010 | 3fa1c03f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)