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 | ??hE??hEB | 001111110011111101101000010001010011111100111111011010000100010101000010 | 3f3f68453f3f684542 |
SJIS-WIN | 蜚クhE蜚クhEB | 1110010110010100101110000110100001000101111001011001010010111000011010000100010101000010 | e594b86845e594b8684542 |
EUC-JP | 蜚クhE蜚クhEB | 11101001111101001000111010111000011010000100010111101001111101001000111010111000011010000100010101000010 | e9f48eb86845e9f48eb8684542 |
UTF-8 | 蜚クhE蜚クhEB | 1110100010011100100110101110111110111101101110000110100001000101111010001001110010011010111011111011110110111000011010000100010101000010 | e89c9aefbdb86845e89c9aefbdb8684542 |
UHC | 蜚?hE蜚?hEB | 1101111010100100001111110110100001000101110111101010010000111111011010000100010101000010 | dea43f6845dea43f684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)