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 | ??RE | 00111111001111110101001001000101 | 3f3f5245 |
SJIS-WIN | ツ雨RE | 1100001010001001010010100101001001000101 | c2894a5245 |
EUC-JP | ツ雨RE | 100011101100001010110001101010110101001001000101 | 8ec2b1ab5245 |
UTF-8 | ツ雨RE | 1110111110111110100000101110100110011011101010000101001001000101 | efbe82e99ba85245 |
UHC | ?雨RE | 0011111111101001111010110101001001000101 | 3fe9eb5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)