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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 旋陞旋?h | 1001000011111001111010001001111010010000111110010011111101101000 | 90f9e89e90f93f68 |
EUC-JP | 旋陞旋?h | 1100000011111011111011111111111011000000111110110011111101101000 | c0fbeffec0fb3f68 |
UTF-8 | 旋陞旋媤h | 11100110100101111000101111101001100110011001111011100110100101111000101111100101101010101010010001101000 | e6978be9999ee6978be5aaa468 |
UHC | 旋陞旋媤h | 111000001100000111100011101100111110000011000001111000111011100001101000 | e0c1e3b3e0c1e3b868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)