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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???泣?? | 00111111001111110011111110001011100000110011111100111111 | 3f3f3f8b833f3f |
EUC-JP | ???泣?? | 00111111001111110011111110110101111000110011111100111111 | 3f3f3fb5e33f3f |
UTF-8 | 閱뤿벨泣ㅷ퐣 | 111010011001011010110001111010111010010010111111111010111011001010101000111001101011001110100011111000111000010110110111111011011001000010100011 | e996b1eba4bfebb2a8e6b3a3e385b7ed90a3 |
UHC | 閱뤿벨泣ㅷ퐣 | 111001101111001110001111111010111011101010100111111010111110100010100100111001111011110110001100 | e6f38febbaa7ebe8a4e7bd8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)