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 | 矮紺頗 | 111000011110001010001101101011101001000010011100 | e1e28dae909c |
EUC-JP | 矮紺頗 | 111000101110010010111010101100001011111111111100 | e2e4bab0bffc |
UTF-8 | 矮紺頗 | 111001111001111110101110111001111011010010111010111010011010000010010111 | e79faee7b4bae9a097 |
UHC | 矮紺頗 | 111010001110000111001010111110101111011111110110 | e8e1cafaf7f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)