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 | 羃糸虻筝 | 1110001110110000100011101000010110001000101110001110001010110110 | e3b08e8588b8e2b6 |
EUC-JP | 羃糸虻筝 | 1110011010110010101110111110010110110000101110101110010010111000 | e6b2bbe5b0bae4b8 |
UTF-8 | 羃糸虻筝 | 111001111011111010000011111001111011001110111000111010001001100110111011111001111010110110011101 | e7be83e7b3b8e899bbe7ad9d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)