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 | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | ?互?nB | 001111111000110011011101001111110110111001000010 | 3f8cdd3f6e42 |
EUC-JP | ?互?nB | 001111111011100011011111001111110110111001000010 | 3fb8df3f6e42 |
UTF-8 | 쓲互룺nB | 1110110010010011101100101110010010111010100100101110101110100011101110100110111001000010 | ec93b2e4ba92eba3ba6e42 |
UHC | 쓲互룺nB | 1001110110010000111110111011101110001111101011010110111001000010 | 9d90fbbb8fad6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)