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 | ¨£}¨£{^ | 10101000101000110111110110101000101000110111101101011110 | a8a37da8a37b5e |
SJIS-WIN | ¨£}¨£{^ | 1000000101001110100000011001001001111101100000010100111010000001100100100111101101011110 | 814e81927d814e81927b5e |
EUC-JP | ¨£}¨£{^ | 1010000110101111101000011111001001111101101000011010111110100001111100100111101101011110 | a1afa1f27da1afa1f27b5e |
UTF-8 | ¨£}¨£{^ | 1100001010101000110000101010001101111101110000101010100011000010101000110111101101011110 | c2a8c2a37dc2a8c2a37b5e |
UHC | ¨?}¨?{^ | 101000011010011100111111011111011010000110100111001111110111101101011110 | a1a73f7da1a73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)