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 | 鐔縁酬胚 | 1110100001011100100010011000111110001111010101101110001111110011 | e85c898f8f56e3f3 |
EUC-JP | 鐔縁酬胚 | 1110111110111101101100011110111110111101101101111110011011110101 | efbdb1efbdb7e6f5 |
UTF-8 | 鐔縁酬胚 | 111010011001000010010100111001111011100010000001111010011000010110101100111010001000001110011010 | e99094e7b881e985ace8839a |
UHC | ??酬胚 | 001111110011111111100010110001101101101111001111 | 3f3fe2c6dbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)