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 | ????Z? | 001111110011111100111111001111110101101000111111 | 3f3f3f3f5a3f |
SJIS-WIN | 巐樌イュZ巐 | 111110101011011010011110111011001011001010101101010110101111101010110110 | fab69eecb2ad5afab6 |
EUC-JP | 巐樌イュZ巐 | 10001111101110111111100111011100111011101000111010110010100011101010110101011010100011111011101111111001 | 8fbbf9dcee8eb28ead5a8fbbf9 |
UTF-8 | 巐樌イュZ巐 | 11100101101101111001000011100110101010001000110011101111101111011011001011101111101111011010110101011010111001011011011110010000 | e5b790e6a88cefbdb2efbdad5ae5b790 |
UHC | ????Z? | 001111110011111100111111001111110101101000111111 | 3f3f3f3f5a3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)