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 | 褶尤褶尤^ | 111001011111011110010110110111101110010111110111100101101101111001011110 | e5f796dee5f796de5e |
EUC-JP | 褶尤褶尤^ | 111010101111100111001100111000001110101011111001110011001110000001011110 | eaf9cce0eaf9cce05e |
UTF-8 | 褶尤褶尤^ | 11101000101001001011011011100101101100001010010011101000101001001011011011100101101100001010010001011110 | e8a4b6e5b0a4e8a4b6e5b0a45e |
UHC | 褶尤褶尤^ | 111000111010100011101001110101101110001110101000111010011101011001011110 | e3a8e9d6e3a8e9d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)