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 | ????v}B | 00111111001111110011111100111111011101100111110101000010 | 3f3f3f3f767d42 |
SJIS-WIN | ????v}B | 00111111001111110011111100111111011101100111110101000010 | 3f3f3f3f767d42 |
EUC-JP | ????v}B | 00111111001111110011111100111111011101100111110101000010 | 3f3f3f3f767d42 |
UTF-8 | 뭂뭁뫚뫆v}B | 111010111010110110000010111010111010110110000001111010111010101110011010111010111010101110000110011101100111110101000010 | ebad82ebad81ebab9aebab86767d42 |
UHC | 뭂뭁뫚뫆v}B | 1001001001010001100100100101000010010001101110101001000110101001011101100111110101000010 | 9251925091ba91a9767d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)