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 | ä½qä½qB | 111001001011110110000110011100011110010010111101100001100111000101000010 | e4bd8671e4bd867142 |
SJIS-WIN | ???q???qB | 001111110011111100111111011100010011111100111111001111110111000101000010 | 3f3f3f713f3f3f7142 |
EUC-JP | ä??qä??qB | 10001111101010111010001100111111001111110111000110001111101010111010001100111111001111110111000101000010 | 8faba33f3f718faba33f3f7142 |
UTF-8 | ä½qä½qB | 110000111010010011000010101111011100001010000110011100011100001110100100110000101011110111000010100001100111000101000010 | c3a4c2bdc28671c3a4c2bdc2867142 |
UHC | ?½?q?½?qB | 0011111110101000111101100011111101110001001111111010100011110110001111110111000101000010 | 3fa8f63f713fa8f63f7142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)