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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 譽??@B | 111001101010001100111111001111110100000001000010 | e6a33f3f4042 |
EUC-JP | 譽??@B | 111011001010010100111111001111110100000001000010 | eca53f3f4042 |
UTF-8 | 譽길㉬@B | 1110100010101101101111011110101010111000101110001110001110001001101011000100000001000010 | e8adbdeab8b8e389ac4042 |
UHC | 譽길㉬@B | 1110011111100010101100011110011010101000101111010100000001000010 | e7e2b1e6a8bd4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)