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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跣橄ィ | 1110011011101111100111101110101110101000 | e6ef9eeba8 |
EUC-JP | 跣橄ィ | 111011001111000111011100111011011000111010101000 | ecf1dced8ea8 |
UTF-8 | 跣橄ィ | 111010001011011110100011111001101010100110000100111011111011110110101000 | e8b7a3e6a984efbda8 |
UHC | 跣橄? | 1110000011010011110010101111010000111111 | e0d3caf43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)