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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 疫?疫?^ | 10001001011101010011111110001001011101010011111101011110 | 89753f89753f5e |
EUC-JP | 疫?疫?^ | 10110001110101100011111110110001110101100011111101011110 | b1d63fb1d63f5e |
UTF-8 | 疫잏疫잏^ | 11100111100101101010101111101100100111101000111111100111100101101010101111101100100111101000111101011110 | e796abec9e8fe796abec9e8f5e |
UHC | 疫잏疫잏^ | 111001101011100110011111111001111110011010111001100111111110011101011110 | e6b99fe7e6b99fe75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)