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 | 迢蝉セタ | 11100111100010111001000011100100101111101000001101011110 | e78b90e4be835e |
EUC-JP | 迢蝉セタ | 1110110111101011110000001110011010001110101111101010010110111111 | edebc0e68ebea5bf |
UTF-8 | 迢蝉セタ | 111010001011111110100010111010001001110110001001111011111011110110111110111000111000001010111111 | e8bfa2e89d89efbdbee382bf |
UHC | ???タ | 0011111100111111001111111010101110111111 | 3f3f3fabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)