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 | ?瓷?昱? | 00111111111000010100100100111111111110100110001100111111 | 3fe1493ffa633f |
EUC-JP | ?瓷?昱? | 0011111111100001101010100011111110001111110000101010110100111111 | 3fe1aa3f8fc2ad3f |
UTF-8 | 뤳瓷씽昱뇜 | 111010111010010010110011111001111001001110110111111011001001010010111101111001101001100010110001111010111000011110011100 | eba4b3e793b7ec94bde698b1eb879c |
UHC | 뤳瓷씽昱뇜 | 10001111111000011110110110110110101111101100010111101001111100001011001111111101 | 8fe1edb6bec5e9f0b3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)