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 | 借質蔔 | 100011101101100010001110101111111110010011110111 | 8ed88ebfe4f7 |
EUC-JP | 借質蔔 | 101111001101101010111100110000011110100011111001 | bcdabcc1e8f9 |
UTF-8 | 借質蔔 | 111001011000000010011111111010001011001110101010111010001001010010010100 | e5809fe8b3aae89494 |
UHC | 借質蔔 | 111100111010100011110010111101011101110011011011 | f3a8f2f5dcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)