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 | ?v?n}?v?n{^ | 0011111101110110001111110110111001111101001111110111011000111111011011100111101101011110 | 3f763f6e7d3f763f6e7b5e |
SJIS-WIN | ?v?n}?v?n{^ | 0011111101110110001111110110111001111101001111110111011000111111011011100111101101011110 | 3f763f6e7d3f763f6e7b5e |
EUC-JP | ?v?n}?v?n{^ | 0011111101110110001111110110111001111101001111110111011000111111011011100111101101011110 | 3f763f6e7d3f763f6e7b5e |
UTF-8 | 횪v혮n}횪v혮n{^ | 11101101100110101010101001110110111011011001100010101110011011100111110111101101100110101010101001110110111011011001100010101110011011100111101101011110 | ed9aaa76ed98ae6e7ded9aaa76ed98ae6e7b5e |
UHC | 횪v혮n}횪v혮n{^ | 110000111010000001110110110000101001010101101110011111011100001110100000011101101100001010010101011011100111101101011110 | c3a076c2956e7dc3a076c2956e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)