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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魃「蟒幢ス | 1110100110101111101000101110010110111011100110111110111110111101 | e9afa2e5bb9befbd |
EUC-JP | 魃「蟒幢ス | 11110010101100011000111010100010111010101011110111010110111100011000111010111101 | f2b18ea2eabdd6f18ebd |
UTF-8 | 魃「蟒幢ス | 111010011010110110000011111011111011110110100010111010001001111110010010111001011011100110100010111011111011110110111101 | e9ad83efbda2e89f92e5b9a2efbdbd |
UHC | 魃??幢? | 11011011101001100011111100111111110100111101001100111111 | dba63f3fd3d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)