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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 篠タト自@h | 1000111011000010110000001100010010001110101010010100000001101000 | 8ec2c0c48ea94068 |
EUC-JP | 篠タト自@h | 10111100110001001000111011000000100011101100010010111100101010110100000001101000 | bcc48ec08ec4bcab4068 |
UTF-8 | 篠タト自@h | 1110011110101111101000001110111110111110100000001110111110111110100001001110100010000111101010100100000001101000 | e7afa0efbe80efbe84e887aa4068 |
UHC | 篠??自@h | 1110000111000110001111110011111111101101101110110100000001101000 | e1c63f3fedbb4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)