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 | 隱ζ? | 1110100010101010100000111100010000111111 | e8aa83c43f |
EUC-JP | 隱ζ? | 1111000010101100101001101100011000111111 | f0aca6c63f |
UTF-8 | 隱ζ냲 | 1110100110011010101100011100111010110110111010111000001110110010 | e99ab1ceb6eb83b2 |
UHC | 隱ζ냲 | 111010111101111110100101111001101000011010000010 | ebdfa5e68682 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)