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 | ÊØ×× | 11001010110110001101011111010111 | cad8d7d7 |
SJIS-WIN | ??×× | 001111110011111110000001011111101000000101111110 | 3f3f817e817e |
EUC-JP | ÊØ×× | 10001111101010101011010010001111101010011010110010100001110111111010000111011111 | 8faab48fa9aca1dfa1df |
UTF-8 | ÊØ×× | 1100001110001010110000111001100011000011100101111100001110010111 | c38ac398c397c397 |
UHC | ?Ø×× | 00111111101010001010101010100001101111111010000110111111 | 3fa8aaa1bfa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)