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 | ©£©ö~ | 1010100110100011101010011111011001111110 | a9a3a9f67e |
SJIS-WIN | ?£??~ | 001111111000000110010010001111110011111101111110 | 3f81923f3f7e |
EUC-JP | ©£©ö~ | 100011111010001011101101101000011111001010001111101000101110110110001111101010111101001101111110 | 8fa2eda1f28fa2ed8fabd37e |
UTF-8 | ©£©ö~ | 110000101010100111000010101000111100001010101001110000111011011001111110 | c2a9c2a3c2a9c3b67e |
UHC | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)