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 | ?ι?? | 0011111110000011110001110011111100111111 | 3f83c73f3f |
EUC-JP | 旿ι?? | 10001111110000011111010010100110110010010011111100111111 | 8fc1f4a6c93f3f |
UTF-8 | 旿ι씠料 | 1110011010010111101111111100111010111001111011001001010010100000111011111010011010111110 | e697bfceb9ec94a0efa6be |
UHC | 旿ι씠料 | 1110011111111010101001011110100110011101101101001110100011110111 | e7faa5e99db4e8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)