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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜚ッ蟯。 | 111001011001010010101111111001011011001010100001 | e594afe5b2a1 |
EUC-JP | 蜚ッ蟯。 | 1110100111110100100011101010111111101010101101001000111010100001 | e9f48eafeab48ea1 |
UTF-8 | 蜚ッ蟯。 | 111010001001110010011010111011111011110110101111111010001001111110101111111011111011110110100001 | e89c9aefbdafe89fafefbda1 |
UHC | 蜚?蟯? | 110111101010010000111111111010011010100000111111 | dea43fe9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)