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 | 1110100011110111100111010100110001000010 | e8f79d4c42 |
SJIS-WIN | ?÷?LB | 001111111000000110000000001111110100110001000010 | 3f81803f4c42 |
EUC-JP | è÷?LB | 1000111110101011101100101010000111100000001111110100110001000010 | 8fabb2a1e03f4c42 |
UTF-8 | è÷LB | 1100001110101000110000111011011111000010100111010100110001000010 | c3a8c3b7c29d4c42 |
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)