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 | kâLf | 100010010110101111100010010011001000111101100110 | 896be24c8f66 |
SJIS-WIN | ?k?L?f | 001111110110101100111111010011000011111101100110 | 3f6b3f4c3f66 |
EUC-JP | ?kâL?f | 0011111101101011100011111010101110100100010011000011111101100110 | 3f6b8faba44c3f66 |
UTF-8 | kâLf | 110000101000100101101011110000111010001001001100110000101000111101100110 | c2896bc3a24cc28f66 |
UHC | ?k?L?f | 001111110110101100111111010011000011111101100110 | 3f6b3f4c3f66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)