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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | ?譟巐ェW | 00111111111001101001111111111010101101101010101001010111 | 3fe69ffab6aa57 |
EUC-JP | 嶴譟巐ェW | 1000111110111011111100111110110010100001100011111011101111111001100011101010101001010111 | 8fbbf3eca18fbbf98eaa57 |
UTF-8 | 嶴譟巐ェW | 11100101101101101011010011101000101011011001111111100101101101111001000011101111101111011010101001010111 | e5b6b4e8ad9fe5b790efbdaa57 |
UHC | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)