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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顏肴アウ | 111010001111100010001101111001101011000110110011 | e8f88de6b1b3 |
EUC-JP | 顏肴アウ | 1111000011111010101110101110100010001110101100011000111010110011 | f0fabae88eb18eb3 |
UTF-8 | 顏肴アウ | 111010011010000110001111111010001000001010110100111011111011110110110001111011111011110110110011 | e9a18fe882b4efbdb1efbdb3 |
UHC | ?肴?? | 0011111111111101101000100011111100111111 | 3ffda23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)