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 | ôë÷B | 10001100111101001001000111101011100101111111011101000010 | 8cf491eb97f742 |
SJIS-WIN | ?????÷B | 0011111100111111001111110011111100111111100000011000000001000010 | 3f3f3f3f3f818042 |
EUC-JP | ?ô?ë?÷B | 001111111000111110101011110101000011111110001111101010111011001100111111101000011110000001000010 | 3f8fabd43f8fabb33fa1e042 |
UTF-8 | ôë÷B | 11000010100011001100001110110100110000101001000111000011101010111100001010010111110000111011011101000010 | c28cc3b4c291c3abc297c3b742 |
UHC | ?????÷B | 0011111100111111001111110011111100111111101000011100000001000010 | 3f3f3f3f3fa1c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)