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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銓滓ス | 1110011111110010100111111110011010111101 | e7f29fe6bd |
EUC-JP | 銓滓ス | 111011101111010011011110111010001000111010111101 | eef4dee88ebd |
UTF-8 | 銓滓ス | 111010011000101010010011111001101011101110010011111011111011110110111101 | e98a93e6bb93efbdbd |
UHC | 銓滓? | 1110111110110000111011101010101100111111 | efb0eeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)