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 | ??GE??GEB | 001111110011111101000111010001010011111100111111010001110100010101000010 | 3f3f47453f3f474542 |
SJIS-WIN | 嶸ェGE嶸ェGEB | 1111101010110100101010100100011101000101111110101011010010101010010001110100010101000010 | fab4aa4745fab4aa474542 |
EUC-JP | 嶸ェGE嶸ェGEB | 100011111011101111110100100011101010101001000111010001011000111110111011111101001000111010101010010001110100010101000010 | 8fbbf48eaa47458fbbf48eaa474542 |
UTF-8 | 嶸ェGE嶸ェGEB | 1110010110110110101110001110111110111101101010100100011101000101111001011011011010111000111011111011110110101010010001110100010101000010 | e5b6b8efbdaa4745e5b6b8efbdaa474542 |
UHC | 嶸?GE嶸?GEB | 1110011110101110001111110100011101000101111001111010111000111111010001110100010101000010 | e7ae3f4745e7ae3f474542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)