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 | 壓?沼 | 1001101011011000001111111000111111000000 | 9ad83f8fc0 |
EUC-JP | 壓捿沼 | 11010100110110101000111111000000101001001011111011000010 | d4da8fc0a4bec2 |
UTF-8 | 壓捿沼 | 111001011010001110010011111001101000110110111111111001101011001010111100 | e5a393e68dbfe6b2bc |
UHC | 壓捿沼 | 111001001110001011011111111100101110000110111011 | e4e2dff2e1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)