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 | ??L??H | 001111110011111101001100001111110011111101001000 | 3f3f4c3f3f48 |
SJIS-WIN | 嶸ウL嶸ウH | 1111101010110100101100110100110011111010101101001011001101001000 | fab4b34cfab4b348 |
EUC-JP | 嶸ウL嶸ウH | 100011111011101111110100100011101011001101001100100011111011101111110100100011101011001101001000 | 8fbbf48eb34c8fbbf48eb348 |
UTF-8 | 嶸ウL嶸ウH | 1110010110110110101110001110111110111101101100110100110011100101101101101011100011101111101111011011001101001000 | e5b6b8efbdb34ce5b6b8efbdb348 |
UHC | 嶸?L嶸?H | 1110011110101110001111110100110011100111101011100011111101001000 | e7ae3f4ce7ae3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)