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 | ä½wä½wB | 111001001011110110000110011101111110010010111101100001100111011101000010 | e4bd8677e4bd867742 |
SJIS-WIN | ???w???wB | 001111110011111100111111011101110011111100111111001111110111011101000010 | 3f3f3f773f3f3f7742 |
EUC-JP | ä??wä??wB | 10001111101010111010001100111111001111110111011110001111101010111010001100111111001111110111011101000010 | 8faba33f3f778faba33f3f7742 |
UTF-8 | ä½wä½wB | 110000111010010011000010101111011100001010000110011101111100001110100100110000101011110111000010100001100111011101000010 | c3a4c2bdc28677c3a4c2bdc2867742 |
UHC | ?½?w?½?wB | 0011111110101000111101100011111101110111001111111010100011110110001111110111011101000010 | 3fa8f63f773fa8f63f7742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)