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 | ÛýnB | 11011011111111010110111001000010 | dbfd6e42 |
SJIS-WIN | ??nB | 00111111001111110110111001000010 | 3f3f6e42 |
EUC-JP | ÛýnB | 1000111110101010111001011000111110101011111100100110111001000010 | 8faae58fabf26e42 |
UTF-8 | ÛýnB | 110000111001101111000011101111010110111001000010 | c39bc3bd6e42 |
UHC | ??nB | 00111111001111110110111001000010 | 3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)