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 | 霑ッ遉シ莠ョ | 111010001011111110101111111001111010010010111100111001001011101010101110 | e8bfafe7a4bce4baae |
EUC-JP | 霑ッ遉シ莠ョ | 111100001100000110001110101011111110111010100110100011101011110011101000101111001000111010101110 | f0c18eafeea68ebce8bc8eae |
UTF-8 | 霑ッ遉シ莠ョ | 111010011001110010010001111011111011110110101111111010011000000110001001111011111011110110111100111010001000111010100000111011111011110110101110 | e99c91efbdafe98189efbdbce88ea0efbdae |
UHC | 霑????? | 11101111110001010011111100111111001111110011111100111111 | efc53f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)