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 | 德凩德几^ | 111110101011101010011001011111011111101010111010100110010111101101011110 | faba997dfaba997b5e |
EUC-JP | ?凩?几^ | 00111111110100011101111000111111110100011101110001011110 | 3fd1de3fd1dc5e |
UTF-8 | 德凩德几^ | 11100101101111101011011111100101100001111010100111100101101111101011011111100101100001111010000001011110 | e5beb7e587a9e5beb7e587a05e |
UHC | 德?德?^ | 11010011111011000011111111010011111011000011111101011110 | d3ec3fd3ec3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)