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 | ê±Ã£ | 11101010101100011100001110100011 | eab1c3a3 |
SJIS-WIN | ?±?£ | 001111111000000101111101001111111000000110010010 | 3f817d3f8192 |
EUC-JP | ê±Ã£ | 10001111101010111011010010100001110111101000111110101010101010101010000111110010 | 8fabb4a1de8faaaaa1f2 |
UTF-8 | ê±Ã£ | 1100001110101010110000101011000111000011100000111100001010100011 | c3aac2b1c383c2a3 |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)