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 | ?罌鈑 | 0011111111100011101000001110011111100101 | 3fe3a0e7e5 |
EUC-JP | ?罌鈑 | 0011111111100110101000101110111011100111 | 3fe6a2eee7 |
UTF-8 | 룵罌鈑 | 111010111010001110110101111001111011110110001100111010011000100010010001 | eba3b5e7bd8ce98891 |
UHC | 룵罌鈑 | 100011111010101011100101101000101111011111111110 | 8faae5a2f7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)