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\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
SJIS-WIN | ???v\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
EUC-JP | ???v\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
UTF-8 | 챤혝쨍v\ | 1110110010110001101001001110110110011000100111011110110010101000100011010111011001011100 | ecb1a4ed989deca88d765c |
UHC | 챤혝쨍v\ | 1100001110101110110000101000011111000010101110000111011001011100 | c3aec287c2b8765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)