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 | 愉???寥 | 10010110111110010011111100111111001111111001101110001100 | 96f93f3f3f9b8c |
EUC-JP | 愉???寥 | 11001100111110110011111100111111001111111101010111101100 | ccfb3f3f3fd5ec |
UTF-8 | 愉브렱렲寥 | 111001101000010010001001111010111011100010001100111010111010000010110001111010111010000010110010111001011010111110100101 | e68489ebb88ceba0b1eba0b2e5afa5 |
UHC | 愉브렱렲寥 | 11101010111100001011101011101010100011101011111010001110101111111110100011101111 | eaf0baea8ebe8ebfe8ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)