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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 釡釡B | 111100011100001011100111110110111111000111000010111001111101101101000010 | f1c2e7dbf1c2e7db42 |
EUC-JP | ?釡?釡B | 00111111111011101101110100111111111011101101110101000010 | 3feedd3feedd42 |
UTF-8 | 釡釡B | 11101110100001001011110111101001100001111010000111101110100001001011110111101001100001111010000101000010 | ee84bde987a1ee84bde987a142 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)