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 | ????ZB | 001111110011111100111111001111110101101001000010 | 3f3f3f3f5a42 |
SJIS-WIN | 省アシオZB | 10001111110010001011000110111100101101010101101001000010 | 8fc8b1bcb55a42 |
EUC-JP | 省アシオZB | 10111110110010101000111010110001100011101011110010001110101101010101101001000010 | beca8eb18ebc8eb55a42 |
UTF-8 | 省アシオZB | 1110011110011100100000011110111110111101101100011110111110111101101111001110111110111101101101010101101001000010 | e79c81efbdb1efbdbcefbdb55a42 |
UHC | 省???ZB | 11100000111111010011111100111111001111110101101001000010 | e0fd3f3f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)