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 | 蹂夂枚 | 111001101111100010011010111001111001011010000111 | e6f89ae79687 |
EUC-JP | 蹂夂枚 | 111011001111101011010100111010011100101111100111 | ecfad4e9cbe7 |
UTF-8 | 蹂夂枚 | 111010001011100110000010111001011010010010000010111001101001111010011010 | e8b982e5a482e69e9a |
UHC | 蹂?枚 | 1110101110110011001111111101100011011101 | ebb33fd8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)