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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 穹狡瀁^ | 11100010011101011110000011000010111000000110011001011110 | e275e0c2e0665e |
EUC-JP | 穹狡瀁^ | 11100011110101101110000011000100110111111100011101011110 | e3d6e0c4dfc75e |
UTF-8 | 穹狡瀁^ | 11100111101010011011100111100111100010111010000111100111100000001000000101011110 | e7a9b9e78ba1e780815e |
UHC | 穹狡瀁^ | 11001111111000101100111011101010111001011100100001011110 | cfe2ceeae5c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)