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 | 驢、蜴ッ隶薩 | 11101001100001101010010011100101100011101010111111101000101011101000111001000110 | e986a4e58eafe8ae8e46 |
EUC-JP | 驢、蜴ッ隶薩 | 111100011110011010001110101001001110100111101110100011101010111111110000101100001011101110100111 | f1e68ea4e9ee8eaff0b0bba7 |
UTF-8 | 驢、蜴ッ隶薩 | 111010011010100110100010111011111011110110100100111010001001110010110100111011111011110110101111111010011001101010110110111010001001011010101001 | e9a9a2efbda4e89cb4efbdafe99ab6e896a9 |
UHC | 驢????薩 | 1101010111110000001111110011111100111111001111111101111110110001 | d5f03f3f3f3fdfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)