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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 繼膀 | 11100011100010111110010001001110 | e38be44e |
EUC-JP | 繼膀 | 11100101111010111110011110101111 | e5ebe7af |
UTF-8 | 繼膀 | 111001111011100110111100111010001000011010000000 | e7b9bce88680 |
UHC | 繼膀 | 11001101101010011101101110111001 | cda9dbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)