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 | 醯癩悳 | 111001111100111111100001100110101001110001111011 | e7cfe19a9c7b |
EUC-JP | 醯癩悳 | 111011101101000111100001111110101101011111011100 | eed1e1fad7dc |
UTF-8 | 醯癩悳 | 111010011000011010101111111001111001100110101001111001101000001010110011 | e986afe799a9e682b3 |
UHC | 醯癩悳 | 111110111011100011010100111111011101001111101101 | fbb8d4fdd3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)