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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | ツ閃~ | 11000010100100010100110101111110 | c2914d7e |
EUC-JP | ツ閃~ | 1000111011000010110000011010111001111110 | 8ec2c1ae7e |
UTF-8 | ツ閃~ | 11101111101111101000001011101001100101101000001101111110 | efbe82e996837e |
UHC | ?閃~ | 00111111111000001110110001111110 | 3fe0ec7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)