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 | 莉賻 | 111100001110000111100100101110111110011011010000 | f0e1e4bbe6d0 |
EUC-JP | ?莉賻 | 0011111111101000101111011110110011010010 | 3fe8bdecd2 |
UTF-8 | 莉賻 | 111011101000001010100000111010001000111010001001111010001011001110111011 | ee82a0e88e89e8b3bb |
UHC | ?莉賻 | 0011111111010111111010011101110110111000 | 3fd7e9ddb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)