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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 槽???? | 100100011000010100111111001111110011111100111111 | 91853f3f3f3f |
EUC-JP | 槽???? | 110000011110010100111111001111110011111100111111 | c1e53f3f3f3f |
UTF-8 | 槽속섧샵섀 | 111001101010011110111101111011001000011010001101111011001000010010100111111011001000001110110101111011001000010010000000 | e6a7bdec868dec84a7ec83b5ec8480 |
UHC | 槽속섧샵섀 | 11110000110010111011110011010011101111001011010110111100101001011011110010101000 | f0cbbcd3bcb5bca5bca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)