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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 勉垪F | 1001010111010111100110101011100001000110 | 95d79ab846 |
EUC-JP | 勉垪F | 1100101011011001110101001011101001000110 | cad9d4ba46 |
UTF-8 | 勉垪F | 11100101100010111000100111100101100111101010101001000110 | e58b89e59eaa46 |
UHC | 勉?F | 11011000111101010011111101000110 | d8f53f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)