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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 筌ょ?F | 111000101010001110000010111001010011111101000110 | e2a382e53f46 |
EUC-JP | 筌ょ?F | 111001001010010110100100111001110011111101000110 | e4a5a4e73f46 |
UTF-8 | 筌ょ댚F | 11100111101011011000110011100011100000101000011111101011100011001001101001000110 | e7ad8ce38287eb8c9a46 |
UHC | 筌ょ댚F | 11101111101001111010101011100111100010001011111001000110 | efa7aae788be46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)