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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 餘??餘??B | 111010010101000000111111001111111110100101010000001111110011111101000010 | e9503f3fe9503f3f42 |
EUC-JP | 餘??餘??B | 111100011011000100111111001111111111000110110001001111110011111101000010 | f1b13f3ff1b13f3f42 |
UTF-8 | 餘뇐뗑餘뇐뗑B | 11101001101001001001100011101011100001111001000011101011100101111001000111101001101001001001100011101011100001111001000011101011100101111001000101000010 | e9a498eb8790eb9791e9a498eb8790eb979142 |
UHC | 餘뇐뗑餘뇐뗑B | 11100110101011101011001111111011101101101100010011100110101011101011001111111011101101101100010001000010 | e6aeb3fbb6c4e6aeb3fbb6c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)