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 | ????B? | 001111110011111100111111001111110100001000111111 | 3f3f3f3f423f |
SJIS-WIN | ????B造 | 00111111001111110011111100111111010000101001000110100010 | 3f3f3f3f4291a2 |
EUC-JP | 塡???B造 | 100011111011100010110100001111110011111100111111010000101100001010100100 | 8fb8b43f3f3f42c2a4 |
UTF-8 | 塡비렰렕B造 | 11100101101000011010000111101011101110011000010011101011101000001011000011101011101000001001010101000010111010011000000010100000 | e5a1a1ebb984eba0b0eba09542e980a0 |
UHC | 塡비렰렕B造 | 1110111011110011101110101111000110001110101111011000111010101010010000101111000011100011 | eef3baf18ebd8eaa42f0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)