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 | 螢楢ィ帑 | 11100101101000111001001111101000101010001001101111100100 | e5a393e8a89be4 |
EUC-JP | 螢楢ィ帑 | 1110101010100101110001101110101010001110101010001101011011100110 | eaa5c6ea8ea8d6e6 |
UTF-8 | 螢楢ィ帑 | 111010001001111010100010111001101010010110100010111011111011110110101000111001011011100010010001 | e89ea2e6a5a2efbda8e5b891 |
UHC | 螢楢?帑 | 11111011101010111110101011111001001111111111011110110110 | fbabeaf93ff7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)