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 | 壓?幸 | 1001101011011000001111111000110101001011 | 9ad83f8d4b |
EUC-JP | 壓?幸 | 1101010011011010001111111011100110101100 | d4da3fb9ac |
UTF-8 | 壓렕幸 | 111001011010001110010011111010111010000010010101111001011011100110111000 | e5a393eba095e5b9b8 |
UHC | 壓렕幸 | 111001001110001010001110101010101111101010111001 | e4e28eaafab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)