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{^ | 0011111110010000111100000101011101111101001111111001000011110000010101110111101101011110 | 3f90f0577d3f90f0577b5e |
EUC-JP | ?栓W}?栓W{^ | 0011111111000000111100100101011101111101001111111100000011110010010101110111101101011110 | 3fc0f2577d3fc0f2577b5e |
UTF-8 | 뤻栓W}뤻栓W{^ | 1110101110100100101110111110011010100000100100110101011101111101111010111010010010111011111001101010000010010011010101110111101101011110 | eba4bbe6a093577deba4bbe6a093577b5e |
UHC | 뤻栓W}뤻栓W{^ | 10001111111010011110111011111011010101110111110110001111111010011110111011111011010101110111101101011110 | 8fe9eefb577d8fe9eefb577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)