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 | ºÂ¼®E | 1011101011000010101111001010111001000101 | bac2bcae45 |
SJIS-WIN | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
EUC-JP | ºÂ?®E | 1000111110100010111010111000111110101010101001000011111110001111101000101110111001000101 | 8fa2eb8faaa43f8fa2ee45 |
UTF-8 | ºÂ¼®E | 110000101011101011000011100000101100001010111100110000101010111001000101 | c2bac382c2bcc2ae45 |
UHC | º?¼®E | 1010100010101100001111111010100011111001101000101110011101000101 | a8ac3fa8f9a2e745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)