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 | ???漿? | 001111110011111100111111100111111111011100111111 | 3f3f3f9ff73f |
EUC-JP | ??夔漿? | 0011111100111111100011111011100011100101110111101111100100111111 | 3f3f8fb8e5def93f |
UTF-8 | 뤶쫷夔漿렐 | 111010111010010010110110111011001010101110110111111001011010010010010100111001101011110010111111111010111010000010010000 | eba4b6ecabb7e5a494e6bcbfeba090 |
UHC | 뤶쫷夔漿렐 | 10001111111001001010011010001110110100001111001111101101111011001011011110111100 | 8fe4a68ed0f3edecb7bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)