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 | ¨ù¨£F | 1010100011111001101010001010001101000110 | a8f9a8a346 |
SJIS-WIN | ¨?¨£F | 1000000101001110001111111000000101001110100000011001001001000110 | 814e3f814e819246 |
EUC-JP | ¨ù¨£F | 10100001101011111000111110101011111000111010000110101111101000011111001001000110 | a1af8fabe3a1afa1f246 |
UTF-8 | ¨ù¨£F | 110000101010100011000011101110011100001010101000110000101010001101000110 | c2a8c3b9c2a8c2a346 |
UHC | ¨?¨?F | 10100001101001110011111110100001101001110011111101000110 | a1a73fa1a73f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)