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?I}?W?I{^ | 0011111101010111001111110100100101111101001111110101011100111111010010010111101101011110 | 3f573f497d3f573f497b5e |
SJIS-WIN | ?W?I}?W?I{^ | 0011111101010111001111110100100101111101001111110101011100111111010010010111101101011110 | 3f573f497d3f573f497b5e |
EUC-JP | ?W?I}?W?I{^ | 0011111101010111001111110100100101111101001111110101011100111111010010010111101101011110 | 3f573f497d3f573f497b5e |
UTF-8 | 횪W혵I}횪W혵I{^ | 11101101100110101010101001010111111011011001100010110101010010010111110111101101100110101010101001010111111011011001100010110101010010010111101101011110 | ed9aaa57ed98b5497ded9aaa57ed98b5497b5e |
UHC | 횪W혵I}횪W혵I{^ | 110000111010000001010111110000101001110001001001011111011100001110100000010101111100001010011100010010010111101101011110 | c3a057c29c497dc3a057c29c497b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)