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 | îç¼ | 111011101000101110011100111001111001100110111100 | ee8b9ce799bc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | î??ç?? | 10001111101010111100001000111111001111111000111110101011101011100011111100111111 | 8fabc23f3f8fabae3f3f |
UTF-8 | îç¼ | 110000111010111011000010100010111100001010011100110000111010011111000010100110011100001010111100 | c3aec28bc29cc3a7c299c2bc |
UHC | ?????¼ | 00111111001111110011111100111111001111111010100011111001 | 3f3f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)