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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 罨蛾┬豎 | 1110001110101010100010011110100110000100101001101110011010110001 | e3aa89e984a6e6b1 |
EUC-JP | 罨蛾┬豎 | 1110011010101100101100101110101110101000101010001110110010110011 | e6acb2eba8a8ecb3 |
UTF-8 | 罨蛾┬豎 | 111001111011110110101000111010001001101110111110111000101001010010101100111010001011000110001110 | e7bda8e89bbee294ace8b18e |
UHC | ?蛾┬? | 001111111110010010110110101001101010100000111111 | 3fe4b6a6a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)