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 | 1000111011000010110000001100010010001110101011110100000001101000 | 8ec2c0c48eaf4068 |
EUC-JP | 篠タト識@h | 10111100110001001000111011000000100011101100010010111100101100010100000001101000 | bcc48ec08ec4bcb14068 |
UTF-8 | 篠タト識@h | 1110011110101111101000001110111110111110100000001110111110111110100001001110100010101101100110000100000001101000 | e7afa0efbe80efbe84e8ad984068 |
UHC | 篠??識@h | 1110000111000110001111110011111111100011110110110100000001101000 | e1c63f3fe3db4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)