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 | 踟ィ遉ェ^ | 11100110111101111010100011100111101001001010101001011110 | e6f7a8e7a4aa5e |
EUC-JP | 踟ィ遉ェ^ | 111011001111100110001110101010001110111010100110100011101010101001011110 | ecf98ea8eea68eaa5e |
UTF-8 | 踟ィ遉ェ^ | 11101000101110001001111111101111101111011010100011101001100000011000100111101111101111011010101001011110 | e8b89fefbda8e98189efbdaa5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)