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 | ?櫻? | 00111111100111110100111000111111 | 3f9f4e3f |
EUC-JP | ?櫻鈒 | 001111111101110110101111100011111110001111000010 | 3fddaf8fe3c2 |
UTF-8 | 룵櫻鈒 | 111010111010001110110101111001101010101110111011111010011000100010010010 | eba3b5e6abbbe98892 |
UHC | 룵櫻鈒 | 100011111010101011100101101000011101111110111100 | 8faae5a1dfbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)