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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 巍曺?B | 100110111101100111111010110111100011111101000010 | 9bd9fade3f42 |
EUC-JP | 巍曺?B | 11010110110110111000111111000010111011010011111101000010 | d6db8fc2ed3f42 |
UTF-8 | 巍曺了B | 11100101101101111000110111100110100110111011101011101111101001101011101001000010 | e5b78de69bbaefa6ba42 |
UHC | 巍曺了B | 11101000111001001111000011000110111010001110011101000010 | e8e4f0c6e8e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)