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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 竪炭属W | 10010010010001111001001001011001100100011010111001010111 | 9247925991ae57 |
EUC-JP | 竪炭属W | 11000011101010001100001110111010110000101011000001010111 | c3a8c3bac2b057 |
UTF-8 | 竪炭属W | 11100111101010111010101011100111100000101010110111100101101100011001111001010111 | e7abaae782ade5b19e57 |
UHC | 竪炭?W | 111000101011010111110111101010010011111101010111 | e2b5f7a93f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)