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 | §Á[}§Á[{^ | 101001111100000101011011011111011010011111000001010110110111101101011110 | a7c15b7da7c15b7b5e |
SJIS-WIN | §?[}§?[{^ | 1000000110011000001111110101101101111101100000011001100000111111010110110111101101011110 | 81983f5b7d81983f5b7b5e |
EUC-JP | §Á[}§Á[{^ | 101000011111100010001111101010101010000101011011011111011010000111111000100011111010101010100001010110110111101101011110 | a1f88faaa15b7da1f88faaa15b7b5e |
UTF-8 | §Á[}§Á[{^ | 11000010101001111100001110000001010110110111110111000010101001111100001110000001010110110111101101011110 | c2a7c3815b7dc2a7c3815b7b5e |
UHC | §?[}§?[{^ | 1010000111010111001111110101101101111101101000011101011100111111010110110111101101011110 | a1d73f5b7da1d73f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)