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{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
EUC-JP | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
UTF-8 | 梨꼠W}梨꼠W{^ | 1110111110100111101000101110101010111100101000000101011101111101111011111010011110100010111010101011110010100000010101110111101101011110 | efa7a2eabca0577defa7a2eabca0577b5e |
UHC | 梨꼠W}梨꼠W{^ | 11101100101100011000010001110111010101110111110111101100101100011000010001110111010101110111101101011110 | ecb18477577decb18477577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)