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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 湖??慨^ | 10001100110011100011111100111111100010100101001101011110 | 8cce3f3f8a535e |
EUC-JP | 湖?饔慨^ | 101110001101000000111111100011111110100011101111101100111011010001011110 | b8d03f8fe8efb3b45e |
UTF-8 | 湖렕饔慨^ | 11100110101110011001011011101011101000001001010111101001101001011001010011100110100001011010100001011110 | e6b996eba095e9a594e685a85e |
UHC | 湖렕饔慨^ | 111110111100100110001110101010101110100010111101110010111100011001011110 | fbc98eaae8bdcbc65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)