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 | 犂顫珮 | 111000001011001011101000111110101110000011100001 | e0b2e8fae0e1 |
EUC-JP | 犂顫珮 | 111000001011010011110000111111001110000011100011 | e0b4f0fce0e3 |
UTF-8 | 犂顫珮 | 111001111000101010000010111010011010000110101011111001111000111110101110 | e78a82e9a1abe78fae |
UHC | ?顫? | 00111111111011111011010100111111 | 3fefb53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)