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 | ???泣ф? | 0011111100111111001111111000101110000011100001001000011000111111 | 3f3f3f8b8384863f |
EUC-JP | ???泣ф? | 0011111100111111001111111011010111100011101001111110011000111111 | 3f3f3fb5e3a7e63f |
UTF-8 | 閱뤿벨泣ф벴 | 1110100110010110101100011110101110100100101111111110101110110010101010001110011010110011101000111101000110000100111010111011001010110100 | e996b1eba4bfebb2a8e6b3a3d184ebb2b4 |
UHC | 閱뤿벨泣ф벴 | 111001101111001110001111111010111011101010100111111010111110100010101100111001101011101010101011 | e6f38febbaa7ebe8ace6baab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)