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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 猾珀猥^ | 11100000110011111110000011011111111000001100111001011110 | e0cfe0dfe0ce5e |
EUC-JP | 猾珀猥^ | 11100000110100011110000011100001111000001101000001011110 | e0d1e0e1e0d05e |
UTF-8 | 猾珀猥^ | 11100111100011001011111011100111100011111000000011100111100011001010010101011110 | e78cbee78f80e78ca55e |
UHC | 猾珀猥^ | 11111100110000101101101011010110111010001110010101011110 | fcc2dad6e8e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)