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 | ??Hg??AhE | 001111110011111101001000011001110011111100111111010000010110100001000101 | 3f3f48673f3f416845 |
SJIS-WIN | 嶸ェHg嶸ェAhE | 1111101010110100101010100100100001100111111110101011010010101010010000010110100001000101 | fab4aa4867fab4aa416845 |
EUC-JP | 嶸ェHg嶸ェAhE | 100011111011101111110100100011101010101001001000011001111000111110111011111101001000111010101010010000010110100001000101 | 8fbbf48eaa48678fbbf48eaa416845 |
UTF-8 | 嶸ェHg嶸ェAhE | 1110010110110110101110001110111110111101101010100100100001100111111001011011011010111000111011111011110110101010010000010110100001000101 | e5b6b8efbdaa4867e5b6b8efbdaa416845 |
UHC | 嶸?Hg嶸?AhE | 1110011110101110001111110100100001100111111001111010111000111111010000010110100001000101 | e7ae3f4867e7ae3f416845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)