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 | ?Z?H}?Z?H{^ | 0011111101011010001111110100100001111101001111110101101000111111010010000111101101011110 | 3f5a3f487d3f5a3f487b5e |
SJIS-WIN | ?Z?H}?Z?H{^ | 0011111101011010001111110100100001111101001111110101101000111111010010000111101101011110 | 3f5a3f487d3f5a3f487b5e |
EUC-JP | ?Z?H}?Z?H{^ | 0011111101011010001111110100100001111101001111110101101000111111010010000111101101011110 | 3f5a3f487d3f5a3f487b5e |
UTF-8 | 횪Z혡H}횪Z혡H{^ | 11101101100110101010101001011010111011011001100010100001010010000111110111101101100110101010101001011010111011011001100010100001010010000111101101011110 | ed9aaa5aed98a1487ded9aaa5aed98a1487b5e |
UHC | 횪Z혡H}횪Z혡H{^ | 110000111010000001011010110000101000101001001000011111011100001110100000010110101100001010001010010010000111101101011110 | c3a05ac28a487dc3a05ac28a487b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)