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 | 軾??衙 | 111001110110011100111111001111111110010111001001 | e7673f3fe5c9 |
EUC-JP | 軾??衙 | 111011011100100000111111001111111110101011001011 | edc83f3feacb |
UTF-8 | 軾룆뙳衙 | 111010001011101110111110111010111010001110000110111010111001100110110011111010001010000110011001 | e8bbbeeba386eb99b3e8a199 |
UHC | 軾룆뙳衙 | 1110001111011100100011111000010110001100101101101110010010110111 | e3dc8f858cb6e4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)