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 | ???Ι | 0011111100111111001111111000001110100111 | 3f3f3f83a7 |
EUC-JP | 檉??Ι | 10001111110001011011101100111111001111111010011010101001 | 8fc5bb3f3fa6a9 |
UTF-8 | 檉몄렟Ι | 1110011010101010100010011110101110101010100001001110101110100000100111111100111010011001 | e6aa89ebaa84eba09fce99 |
UHC | 檉몄렟Ι | 1110111111100000101110001110110010001110101100001010010111001001 | efe0b8ec8eb0a5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)