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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螂」螟ュ襞標 | 11100101101001011010001111100101101001001010110111100101111111001001010101010111 | e5a5a3e5a4ade5fc9557 |
EUC-JP | 螂」螟ュ襞標 | 111010101010011110001110101000111110101010100110100011101010110111101010111111101100100110111000 | eaa78ea3eaa68eadeafec9b8 |
UTF-8 | 螂」螟ュ襞標 | 111010001001111010000010111011111011110110100011111010001001111010011111111011111011110110101101111010001010010110011110111001101010100010011001 | e89e82efbda3e89e9fefbdade8a59ee6a899 |
UHC | 螂?螟??標 | 110101011100110000111111110110011010110100111111001111111111100011110110 | d5cc3fd9ad3f3ff8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)