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 | ì£í× | 11101100101000111110110111010111 | eca3edd7 |
SJIS-WIN | ?£?× | 001111111000000110010010001111111000000101111110 | 3f81923f817e |
EUC-JP | ì£í× | 10001111101010111100000010100001111100101000111110101011101111111010000111011111 | 8fabc0a1f28fabbfa1df |
UTF-8 | ì£í× | 1100001110101100110000101010001111000011101011011100001110010111 | c3acc2a3c3adc397 |
UHC | ???× | 0011111100111111001111111010000110111111 | 3f3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)