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 | 襍カ莉九′驍 | 1110100010110101101101101110010010111011100010111110001110000001100011001110100110000010 | e8b5b6e4bb8be3818ce982 |
EUC-JP | 襍カ莉九′驍 | 111100001011011110001110101101101110100010111101101101101110010110100001111011001111000111100010 | f0b78eb6e8bdb6e5a1ecf1e2 |
UTF-8 | 襍カ莉九′驍 | 111010001010010110001101111011111011110110110110111010001000111010001001111001001011100110011101111000101000000010110010111010011010100110001101 | e8a58defbdb6e88e89e4b99de280b2e9a98d |
UHC | ??莉九′驍 | 00111111001111111101011111101001110011101111101010100001110001111111110110100100 | 3f3fd7e9cefaa1c7fda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)