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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | ??熱?? | 001111110011111110010100010011010011111100111111 | 3f3f944d3f3f |
EUC-JP | ??熱®? | 0011111100111111110001111010111010001111101000101110111000111111 | 3f3fc7ae8fa2ee3f |
UTF-8 | 鍊콿熱®뜽 | 1110111110100110100110111110110010111101101111111110011110000110101100011100001010101110111010111001110010111101 | efa69becbdbfe786b1c2aeeb9cbd |
UHC | 鍊콿熱®뜽 | 11100110111010001011001001001111111001101111000010100010111001111000110110111000 | e6e8b24fe6f0a2e78db8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)