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 | 珞勺柴 | 111000001110001010001110110110011000111011000100 | e0e28ed98ec4 |
EUC-JP | 珞勺柴 | 111000001110010010111100110110111011110011000110 | e0e4bcdbbcc6 |
UTF-8 | 珞勺柴 | 111001111000111110011110111001011000101110111010111001101001111110110100 | e78f9ee58bbae69fb4 |
UHC | 珞勺柴 | 110101011010100011101101110000111110001111000011 | d5a8edc3e3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)