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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 額??缸? | 10001010011110100011111100111111111000111001110100111111 | 8a7a3f3fe39d3f |
EUC-JP | 額??缸? | 10110011110110110011111100111111111001011111110100111111 | b3db3f3fe5fd3f |
UTF-8 | 額딄난缸롥 | 111010011010000110001101111010111001010010000100111010111000001010011100111001111011110010111000111010111010000110100101 | e9a18deb9484eb829ce7bcb8eba1a5 |
UHC | 額딄난缸롥 | 11100100111111101000101011101010101100111010110111111001111111001000111011100101 | e4fe8aeab3adf9fc8ee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)