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 | 闕乗懇蠎 | 1110100010001101100011111110011010001101101001111110010110111010 | e88d8fe68da7e5ba |
EUC-JP | 闕乗懇蠎 | 1110111111101101101111101110100010111010101010011110101010111100 | efedbee8baa9eabc |
UTF-8 | 闕乗懇蠎 | 111010011001011110010101111001001011100110010111111001101000011110000111111010001010000010001110 | e99795e4b997e68787e8a08e |
UHC | 闕?懇? | 110011111111010000111111110010101101000000111111 | cff43fcad03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)