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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????崇 | 001111110011111100111111001111111001000010010010 | 3f3f3f3f9092 |
EUC-JP | ????崇 | 001111110011111100111111001111111011111111110010 | 3f3f3f3fbff2 |
UTF-8 | 롋롃롋렣崇 | 111010111010000110001011111010111010000110000011111010111010000110001011111010111010000010100011111001011011010010000111 | eba18beba183eba18beba0a3e5b487 |
UHC | 롋롃롋렣崇 | 10001110110100011000111011001010100011101101000110001110101101001110001011111101 | 8ed18eca8ed18eb4e2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)