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 | 酌実^ | 111100101110001010001110110111101111001011001110100011101100000001011110 | f2e28edef2ce8ec05e |
EUC-JP | ?酌?実^ | 00111111101111001110000000111111101111001100001001011110 | 3fbce03fbcc25e |
UTF-8 | 酌実^ | 11101110100010001001100111101001100001011000110011101110100010001000010111100101101011101001111101011110 | ee8899e9858cee8885e5ae9f5e |
UHC | ?酌??^ | 001111111110110111001100001111110011111101011110 | 3fedcc3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)