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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 膺ル? | 1110010001011110100000111000101100111111 | e45e838b3f |
EUC-JP | 膺ル? | 1110011110111111101001011110101100111111 | e7bfa5eb3f |
UTF-8 | 膺ル쉴 | 111010001000011010111010111000111000001110101011111011001000100110110100 | e886bae383abec89b4 |
UHC | 膺ル쉴 | 111010111110110010101011111010111011110110101111 | ebecabebbdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)