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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | ツ閃x | 11000010100100010100110101111000 | c2914d78 |
EUC-JP | ツ閃x | 1000111011000010110000011010111001111000 | 8ec2c1ae78 |
UTF-8 | ツ閃x | 11101111101111101000001011101001100101101000001101111000 | efbe82e9968378 |
UHC | ?閃x | 00111111111000001110110001111000 | 3fe0ec78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)