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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邯臥甸逞」 | 111001111011011010001001111001111001100110110010111001111001011110100011 | e7b689e799b2e797a3 |
EUC-JP | 邯臥甸逞」 | 11101110101110001011001011101001110100101011010011101101111101111000111010100011 | eeb8b2e9d2b4edf78ea3 |
UTF-8 | 邯臥甸逞」 | 111010011000001010101111111010001000011110100101111001111001010010111000111010011000000010011110111011111011110110100011 | e982afe887a5e794b8e9809eefbda3 |
UHC | 邯臥甸逞? | 110010101111101111101000110000101110111110100100110101101100000100111111 | cafbe8c2efa4d6c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)