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 | 驕凩驕几^ | 111010011000000110011001011111011110100110000001100110010111101101011110 | e981997de981997b5e |
EUC-JP | 驕凩驕几^ | 111100011110000111010001110111101111000111100001110100011101110001011110 | f1e1d1def1e1d1dc5e |
UTF-8 | 驕凩驕几^ | 11101001101010011001010111100101100001111010100111101001101010011001010111100101100001111010000001011110 | e9a995e587a9e9a995e587a05e |
UHC | 驕?驕?^ | 11001110111101100011111111001110111101100011111101011110 | cef63fcef63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)