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 | ÷õå¥ý½^ | 11110111111101011110010110100101111111011011110101011110 | f7f5e5a5fdbd5e |
SJIS-WIN | ÷??¥??^ | 100000011000000000111111001111111000000110001111001111110011111101011110 | 81803f3f818f3f3f5e |
EUC-JP | ÷õå?ý?^ | 1010000111100000100011111010101111011000100011111010101110101001001111111000111110101011111100100011111101011110 | a1e08fabd88faba93f8fabf23f5e |
UTF-8 | ÷õå¥ý½^ | 11000011101101111100001110110101110000111010010111000010101001011100001110111101110000101011110101011110 | c3b7c3b5c3a5c2a5c3bdc2bd5e |
UHC | ÷????½^ | 101000011100000000111111001111110011111100111111101010001111011001011110 | a1c03f3f3f3fa8f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)