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 | 豸ャ譎溯イ | 1110011010110110101011001110011010011001100111111110100010110010 | e6b6ace6999fe8b2 |
EUC-JP | 豸ャ譎溯イ | 11101100101110001000111010101100111010111111100111011110111010101000111010110010 | ecb88eacebf9deea8eb2 |
UTF-8 | 豸ャ譎溯イ | 111010001011000110111000111011111011110110101100111010001010110110001110111001101011101010101111111011111011110110110010 | e8b1b8efbdace8ad8ee6baafefbdb2 |
UHC | ??譎溯? | 00111111001111111111110111010010111000011011110100111111 | 3f3ffdd2e1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)