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 | ???} | 00111111001111110011111101111101 | 3f3f3f7d |
SJIS-WIN | 菽楔?} | 111001001100000110011110101101100011111101111101 | e4c19eb63f7d |
EUC-JP | 菽楔馦} | 1110100011000011110111001011100010001111111010001111101001111101 | e8c3dcb88fe8fa7d |
UTF-8 | 菽楔馦} | 11101000100011111011110111100110101001011001010011101001101001101010011001111101 | e88fbde6a594e9a6a67d |
UHC | 菽楔?} | 111000101101110111100000110110110011111101111101 | e2dde0db3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)