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 | 酌鏞 | 111100101111100010001110110111101111101111100011 | f2f88edefbe3 |
EUC-JP | ?酌鏞 | 001111111011110011100000100011111110010111001001 | 3fbce08fe5c9 |
UTF-8 | 酌鏞 | 111011101000100010101111111010011000010110001100111010011000111110011110 | ee88afe9858ce98f9e |
UHC | ?酌鏞 | 0011111111101101110011001110100111001011 | 3fedcce9cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)