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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 率??軟 | 100101111010011000111111001111111001001111101110 | 97a63f3f93ee |
EUC-JP | 率??軟 | 110011101010100000111111001111111100011011110000 | cea83f3fc6f0 |
UTF-8 | 率룬눈軟 | 111001111000111010000111111010111010001110101100111010111000100010001000111010001011101110011111 | e78e87eba3aceb8888e8bb9f |
UHC | 率룬눈軟 | 1110000111100011101101111110100110110100101010111110011011100011 | e1e3b7e9b4abe6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)