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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陝サ雜コ | 111010001001111110111011111010001011011010111010 | e89fbbe8b6ba |
EUC-JP | 陝サ雜コ | 1111000010100001100011101011101111110000101110001000111010111010 | f0a18ebbf0b88eba |
UTF-8 | 陝サ雜コ | 111010011001100110011101111011111011110110111011111010011001101110011100111011111011110110111010 | e9999defbdbbe99b9cefbdba |
UHC | 陝?雜? | 111000001110110100111111111011011101101000111111 | e0ed3fedda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)