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 | 11101001100010111000110011100011100011101011111101000010 | e98b8ce38ebf42 |
EUC-JP | 驪後質B | 11110001111010111011100011100101101111001100000101000010 | f1ebb8e5bcc142 |
UTF-8 | 驪後質B | 11101001101010011010101011100101101111101000110011101000101100111010101001000010 | e9a9aae5be8ce8b3aa42 |
UHC | 驪後質B | 11010101111100011111110110101101111100101111010101000010 | d5f1fdadf2f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)