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 | ®£h®£ | 100100011010111010010001101000110110100010010001101011101001000110100011 | 91ae91a36891ae91a3 |
SJIS-WIN | ???£h???£ | 0011111100111111001111111000000110010010011010000011111100111111001111111000000110010010 | 3f3f3f8192683f3f3f8192 |
EUC-JP | ?®?£h?®?£ | 001111111000111110100010111011100011111110100001111100100110100000111111100011111010001011101110001111111010000111110010 | 3f8fa2ee3fa1f2683f8fa2ee3fa1f2 |
UTF-8 | ®£h®£ | 1100001010010001110000101010111011000010100100011100001010100011011010001100001010010001110000101010111011000010100100011100001010100011 | c291c2aec291c2a368c291c2aec291c2a3 |
UHC | ?®??h?®?? | 0011111110100010111001110011111100111111011010000011111110100010111001110011111100111111 | 3fa2e73f3f683fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)