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 | ä½íWLB | 1110010010111101100010101110110110001111010101110100110001000010 | e4bd8aed8f574c42 |
SJIS-WIN | ?????WLB | 0011111100111111001111110011111100111111010101110100110001000010 | 3f3f3f3f3f574c42 |
EUC-JP | ä??í?WLB | 100011111010101110100011001111110011111110001111101010111011111100111111010101110100110001000010 | 8faba33f3f8fabbf3f574c42 |
UTF-8 | ä½íWLB | 11000011101001001100001010111101110000101000101011000011101011011100001010001111010101110100110001000010 | c3a4c2bdc28ac3adc28f574c42 |
UHC | ?½???WLB | 001111111010100011110110001111110011111100111111010101110100110001000010 | 3fa8f63f3f3f574c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)