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 | ?血氓 | 0011111110001100100011001001111110000010 | 3f8c8c9f82 |
EUC-JP | ?血氓 | 0011111110110111111011001101110111100010 | 3fb7ecdde2 |
UTF-8 | 뤿血氓 | 111010111010010010111111111010001010000110000000111001101011000010010011 | eba4bfe8a180e6b093 |
UHC | 뤿血氓 | 100011111110101111111010111011001101100011101100 | 8febfaecd8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)