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 | ½¥½ÞE | 1011110110100101101111011101111001000101 | bda5bdde45 |
SJIS-WIN | ?¥??E | 001111111000000110001111001111110011111101000101 | 3f818f3f3f45 |
EUC-JP | ???ÞE | 00111111001111110011111110001111101010011011000001000101 | 3f3f3f8fa9b045 |
UTF-8 | ½¥½ÞE | 110000101011110111000010101001011100001010111101110000111001111001000101 | c2bdc2a5c2bdc39e45 |
UHC | ½?½ÞE | 1010100011110110001111111010100011110110101010001010110101000101 | a8f63fa8f6a8ad45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)