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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隹キ雍郁ウ界 | 11101000101100001011011111101000101101001000100011101000101100111000101001000101 | e8b0b7e8b488e8b38a45 |
EUC-JP | 隹キ雍郁ウ界 | 111100001011001010001110101101111111000010110110101100001110101010001110101100111011001110100110 | f0b28eb7f0b6b0ea8eb3b3a6 |
UTF-8 | 隹キ雍郁ウ界 | 111010011001101010111001111011111011110110110111111010011001101110001101111010011000001110000001111011111011110110110011111001111001010110001100 | e99ab9efbdb7e99b8de98381efbdb3e7958c |
UHC | ??雍郁?界 | 001111110011111111101000101111001110100111110100001111111100110110100011 | 3f3fe8bce9f43fcda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)