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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 沚怏沚狎^ | 100111111000110110011100100010011001111110001101111000001011111001011110 | 9f8d9c899f8de0be5e |
EUC-JP | 沚怏沚狎^ | 110111011110110111010111111010011101110111101101111000001100000001011110 | ddedd7e9ddede0c05e |
UTF-8 | 沚怏沚狎^ | 11100110101100101001101011100110100000001000111111100110101100101001101011100111100010111000111001011110 | e6b29ae6808fe6b29ae78b8e5e |
UHC | 沚怏沚狎^ | 111100101010111111100100111010001111001010101111111001001110010001011110 | f2afe4e8f2afe4e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)