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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蠕磯ッ「^ | 11100101101111101000100011101001101011111010001001011110 | e5be88e9afa25e |
EUC-JP | 蠕磯ッ「^ | 111010101100000010110000111010111000111010101111100011101010001001011110 | eac0b0eb8eaf8ea25e |
UTF-8 | 蠕磯ッ「^ | 11101000101000001001010111100111101000111010111111101111101111011010111111101111101111011010001001011110 | e8a095e7a3afefbdafefbda25e |
UHC | ?磯??^ | 001111111101000110110100001111110011111101011110 | 3fd1b43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)