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 | 鐔器修粱 | 1110100001011100100010101110110110001111010000111110001011101011 | e85c8aed8f43e2eb |
EUC-JP | 鐔器修粱 | 1110111110111101101101001110111110111101101001001110010011101101 | efbdb4efbda4e4ed |
UTF-8 | 鐔器修粱 | 111010011001000010010100111001011001100110101000111001001011111110101110111001111011001010110001 | e99094e599a8e4bfaee7b2b1 |
UHC | ?器修粱 | 00111111110100001110111111100001111100111101010111011100 | 3fd0efe1f3d5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)