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 | 鬘阪辞緕 | 1110100110100001100011011110001110001110101010111110001110001110 | e9a18de38eabe38e |
EUC-JP | 鬘阪辞緕 | 1111001010100011101110101110010110111100101011011110010111101110 | f2a3bae5bcade5ee |
UTF-8 | 鬘阪辞緕 | 111010011010110010011000111010011001100010101010111010001011111010011110111001111011011110010101 | e9ac98e998aae8be9ee7b795 |
UHC | ?阪?? | 0011111111111000101000010011111100111111 | 3ff8a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)