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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | ?ぁ討{d | 00111111100000101001111110010011101000100111101101100100 | 3f829f93a27b64 |
EUC-JP | ?ぁ討{d | 00111111101001001010000111000110101001000111101101100100 | 3fa4a1c6a47b64 |
UTF-8 | 룵ぁ討{d | 1110101110100011101101011110001110000001100000011110100010101000100011100111101101100100 | eba3b5e38181e8a88e7b64 |
UHC | 룵ぁ討{d | 1000111110101010101010101010000111110111110100000111101101100100 | 8faaaaa1f7d07b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)