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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?澁}?澁{^ | 001111111110000001000110011111010011111111100000010001100111101101011110 | 3fe0467d3fe0467b5e |
EUC-JP | ?澁}?澁{^ | 001111111101111110100111011111010011111111011111101001110111101101011110 | 3fdfa77d3fdfa77b5e |
UTF-8 | 간澁}간澁{^ | 111010101011000010000100111001101011111010000001011111011110101010110000100001001110011010111110100000010111101101011110 | eab084e6be817deab084e6be817b5e |
UHC | 간澁}간澁{^ | 1011000010100011110111111011101101111101101100001010001111011111101110110111101101011110 | b0a3dfbb7db0a3dfbb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)