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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驕ァ蝟 | 1110100110000001101001111110010110010110 | e981a7e596 |
EUC-JP | 驕ァ蝟 | 111100011110000110001110101001111110100111110110 | f1e18ea7e9f6 |
UTF-8 | 驕ァ蝟 | 111010011010100110010101111011111011110110100111111010001001110110011111 | e9a995efbda7e89d9f |
UHC | 驕?蝟 | 1100111011110110001111111110101011011010 | cef63feada |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)