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\ | 001111110011111100111111001111110111011001011100 | 3f3f3f3f765c |
SJIS-WIN | ????v\ | 001111110011111100111111001111110111011001011100 | 3f3f3f3f765c |
EUC-JP | ????v\ | 001111110011111100111111001111110111011001011100 | 3f3f3f3f765c |
UTF-8 | 첬징챈쨋v\ | 1110110010110010101011001110110010100111100101011110110010110001100010001110110010101000100010110111011001011100 | ecb2aceca795ecb188eca88b765c |
UHC | 첬징챈쨋v\ | 11000011101110101100001010100001110000111010011011000010101101100111011001011100 | c3bac2a1c3a6c2b6765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)