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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 竪巽存 | 100100100100011110010010010001101001000110110110 | 9247924691b6 |
EUC-JP | 竪巽存 | 110000111010100011000011101001111100001010111000 | c3a8c3a7c2b8 |
UTF-8 | 竪巽存 | 111001111010101110101010111001011011011110111101111001011010110110011000 | e7abaae5b7bde5ad98 |
UHC | 竪巽存 | 111000101011010111100001110111101111000011101101 | e2b5e1def0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)