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 | ?±??^ | 0011111110110001001111110011111101011110 | 3fb13f3f5e |
SJIS-WIN | 隰±隰+^ | 111010001010110010000001011111011110100010101100100000010111101101011110 | e8ac817de8ac817b5e |
EUC-JP | 隰±隰+^ | 111100001010111010100001110111101111000010101110101000011101110001011110 | f0aea1def0aea1dc5e |
UTF-8 | 隰±隰+^ | 111010011001101010110000110000101011000111101001100110101011000011101111101111001000101101011110 | e99ab0c2b1e99ab0efbc8b5e |
UHC | ?±?+^ | 00111111101000011011111000111111101000111010101101011110 | 3fa1be3fa3ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)