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 | ¸ã§è | 10111000111000111010011111101000 | b8e3a7e8 |
SJIS-WIN | ??§? | 0011111100111111100000011001100000111111 | 3f3f81983f |
EUC-JP | ¸ã§è | 1000111110100010101100011000111110101011101010101010000111111000100011111010101110110010 | 8fa2b18fabaaa1f88fabb2 |
UTF-8 | ¸ã§è | 1100001010111000110000111010001111000010101001111100001110101000 | c2b8c3a3c2a7c3a8 |
UHC | ¸?§? | 101000101010110000111111101000011101011100111111 | a2ac3fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)