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 | 垓?垓?^ | 10011010101101000011111110011010101101000011111101011110 | 9ab43f9ab43f5e |
EUC-JP | 垓?垓?^ | 11010100101101100011111111010100101101100011111101011110 | d4b63fd4b63f5e |
UTF-8 | 垓렠垓렠^ | 11100101100111101001001111101011101000001010000011100101100111101001001111101011101000001010000001011110 | e59e93eba0a0e59e93eba0a05e |
UHC | 垓렠垓렠^ | 111110101010011110001110101100011111101010100111100011101011000101011110 | faa78eb1faa78eb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)