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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 楔゚フ舌B | 10011110101101101101111111001100100100001110001101000010 | 9eb6dfcc90e342 |
EUC-JP | 楔゚フ舌B | 110111001011100010001110110111111000111011001100110000001110010101000010 | dcb88edf8eccc0e542 |
UTF-8 | 楔゚フ舌B | 11100110101001011001010011101111101111101001111111101111101111101000110011101000100010001000110001000010 | e6a594efbe9fefbe8ce8888c42 |
UHC | 楔??舌B | 11100000110110110011111100111111111000001101111101000010 | e0db3f3fe0df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)