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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | メ釐ス | 111100001011100011010010111001111101100010111101 | f0b8d2e7d8bd |
EUC-JP | ?メ釐ス | 00111111100011101101001011101110110110101000111010111101 | 3f8ed2eeda8ebd |
UTF-8 | メ釐ス | 111011101000000110110111111011111011111010010010111010011000011110010000111011111011110110111101 | ee81b7efbe92e98790efbdbd |
UHC | ??釐? | 0011111100111111110101111110110100111111 | 3f3fd7ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)