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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 愉輕? | 1001011011111001111001110110101000111111 | 96f9e76a3f |
EUC-JP | 愉輕? | 1100110011111011111011011100101100111111 | ccfbedcb3f |
UTF-8 | 愉輕ㅅ | 111001101000010010001001111010001011110010010101111000111000010110000101 | e68489e8bc95e38585 |
UHC | 愉輕ㅅ | 111010101111000011001100111011101010010010110101 | eaf0cceea4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)