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 | 猩始盾 | 111000001100110110001110011011101000111110000010 | e0cd8e6e8f82 |
EUC-JP | 猩始盾 | 111000001100111110111011110011111011110111100010 | e0cfbbcfbde2 |
UTF-8 | 猩始盾 | 111001111000110010101001111001011010011110001011111001111001101110111110 | e78ca9e5a78be79bbe |
UHC | 猩始盾 | 111000001111101011100011101101111110001011101010 | e0fae3b7e2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)