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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 襞雅。尖。 | 1110010111111100100010011110101110100001100100001110101110100001 | e5fc89eba190eba1 |
EUC-JP | 襞雅。尖。 | 11101010111111101011001011101101100011101010000111000000111011011000111010100001 | eafeb2ed8ea1c0ed8ea1 |
UTF-8 | 襞雅。尖。 | 111010001010010110011110111010011001101110000101111011111011110110100001111001011011000010010110111011111011110110100001 | e8a59ee99b85efbda1e5b096efbda1 |
UHC | ?雅?尖? | 00111111111001001011101000111111111101001101001100111111 | 3fe4ba3ff4d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)