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 | ?O??@h | 001111110100111100111111001111110100000001101000 | 3f4f3f3f4068 |
SJIS-WIN | ?O??@h | 001111110100111100111111001111110100000001101000 | 3f4f3f3f4068 |
EUC-JP | ?O??@h | 001111110100111100111111001111110100000001101000 | 3f4f3f3f4068 |
UTF-8 | 혪O혩쨋@h | 111011011001100010101010010011111110110110011000101010011110110010101000100010110100000001101000 | ed98aa4fed98a9eca88b4068 |
UHC | 혪O혩쨋@h | 110000101001001001001111110000101001000111000010101101100100000001101000 | c2924fc291c2b64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)