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}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | ?證W}?證W{^ | 0011111111100110100110100101011101111101001111111110011010011010010101110111101101011110 | 3fe69a577d3fe69a577b5e |
EUC-JP | ?證W}?證W{^ | 0011111111101011111110100101011101111101001111111110101111111010010101110111101101011110 | 3febfa577d3febfa577b5e |
UTF-8 | 뤴證W}뤴證W{^ | 1110101110100100101101001110100010101101100010010101011101111101111010111010010010110100111010001010110110001001010101110111101101011110 | eba4b4e8ad89577deba4b4e8ad89577b5e |
UHC | 뤴證W}뤴證W{^ | 10001111111000101111000111111011010101110111110110001111111000101111000111111011010101110111101101011110 | 8fe2f1fb577d8fe2f1fb577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)