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 | ä~ä½ã | 1110010001111110100010001110010010001001101111011110001110100000 | e47e88e489bde3a0 |
SJIS-WIN | ?~?????? | 0011111101111110001111110011111100111111001111110011111100111111 | 3f7e3f3f3f3f3f3f |
EUC-JP | ä~?ä??ã? | 1000111110101011101000110111111000111111100011111010101110100011001111110011111110001111101010111010101000111111 | 8faba37e3f8faba33f3f8fabaa3f |
UTF-8 | ä~ä½ã | 110000111010010001111110110000101000100011000011101001001100001010001001110000101011110111000011101000111100001010100000 | c3a47ec288c3a4c289c2bdc3a3c2a0 |
UHC | ?~???½?? | 001111110111111000111111001111110011111110101000111101100011111100111111 | 3f7e3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)