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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 簽灼捨 | 111000101101001110001110110111001000111011001100 | e2d38edc8ecc |
EUC-JP | 簽灼捨 | 111001001101010110111100110111101011110011001110 | e4d5bcdebcce |
UTF-8 | 簽灼捨 | 111001111011000010111101111001111000000110111100111001101000110110101000 | e7b0bde781bce68da8 |
UHC | 簽灼捨 | 111101001101100011101101110001111101111011010111 | f4d8edc7ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)