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 | ????Z | 0011111100111111001111110011111101011010 | 3f3f3f3f5a |
SJIS-WIN | ??脚?Z | 001111110011111110001011011100100011111101011010 | 3f3f8b723f5a |
EUC-JP | ??脚?Z | 001111110011111110110101110100110011111101011010 | 3f3fb5d33f5a |
UTF-8 | 렺파脚렮Z | 11101011101000001011101011101101100011001000110011101000100001001001101011101011101000001010111001011010 | eba0baed8c8ce8849aeba0ae5a |
UHC | 렺파脚렮Z | 100011101100001011000110110001001100101011000101100011101011101101011010 | 8ec2c6c4cac58ebb5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)