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 | çý×B | 1110011111111101100110011101011101000010 | e7fd99d742 |
SJIS-WIN | ???×B | 001111110011111100111111100000010111111001000010 | 3f3f3f817e42 |
EUC-JP | çý?×B | 10001111101010111010111010001111101010111111001000111111101000011101111101000010 | 8fabae8fabf23fa1df42 |
UTF-8 | çý×B | 110000111010011111000011101111011100001010011001110000111001011101000010 | c3a7c3bdc299c39742 |
UHC | ???×B | 001111110011111100111111101000011011111101000010 | 3f3f3fa1bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)