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 | ä½Aä½AB | 111001001011110110000110010000011110010010111101100001100100000101000010 | e4bd8641e4bd864142 |
SJIS-WIN | ???A???AB | 001111110011111100111111010000010011111100111111001111110100000101000010 | 3f3f3f413f3f3f4142 |
EUC-JP | ä??Aä??AB | 10001111101010111010001100111111001111110100000110001111101010111010001100111111001111110100000101000010 | 8faba33f3f418faba33f3f4142 |
UTF-8 | ä½Aä½AB | 110000111010010011000010101111011100001010000110010000011100001110100100110000101011110111000010100001100100000101000010 | c3a4c2bdc28641c3a4c2bdc2864142 |
UHC | ?½?A?½?AB | 0011111110101000111101100011111101000001001111111010100011110110001111110100000101000010 | 3fa8f63f413fa8f63f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)