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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 淼俊B | 1111101101000101100011110111001001000010 | fb458f7242 |
EUC-JP | 淼俊B | 100011111100011111100110101111011101001101000010 | 8fc7e6bdd342 |
UTF-8 | 淼俊B | 11100110101101111011110011100100101111111000101001000010 | e6b7bce4bf8a42 |
UHC | ?俊B | 00111111111100011101010101000010 | 3ff1d542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)