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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逾夂・咤 | 11100111101001011001101011100111101001011001101001000010 | e7a59ae7a59a42 |
EUC-JP | 逾夂・咤 | 1110111010100111110101001110100110001110101001011101001110100011 | eea7d4e98ea5d3a3 |
UTF-8 | 逾夂・咤 | 111010011000000010111110111001011010010010000010111011111011110110100101111001011001001010100100 | e980bee5a482efbda5e592a4 |
UHC | 逾??咤 | 111010111011010100111111001111111111011011100011 | ebb53f3ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)