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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 盖穩B | 1110000110110011111000100111001001000010 | e1b3e27242 |
EUC-JP | 盖穩B | 1110001010110101111000111101001101000010 | e2b5e3d342 |
UTF-8 | 盖穩B | 11100111100110111001011011100111101010011010100101000010 | e79b96e7a9a942 |
UHC | 盖穩B | 1100101111001100111010001011000101000010 | cbcce8b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)