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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?舒 | 001111111001100010101110 | 3f98ae |
EUC-JP | 熒舒 | 1000111111001010101001111101000010110000 | 8fcaa7d0b0 |
UTF-8 | 熒舒 | 111001111000011010010010111010001000100010010010 | e78692e88892 |
UHC | 熒舒 | 11111011101001111110000010100010 | fba7e0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)