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 | 鬘城岫 | 111010011010000110001111111010011001101110101011 | e9a18fe99bab |
EUC-JP | 鬘城岫 | 111100101010001110111110111010111101011010101101 | f2a3beebd6ad |
UTF-8 | 鬘城岫 | 111010011010110010011000111001011001111110001110111001011011001010101011 | e9ac98e59f8ee5b2ab |
UHC | ?城岫 | 0011111111100000111100101110000111111011 | 3fe0f2e1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)