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\ | 0011111100111111001111110011111100111111001111110111011001011100 | 3f3f3f3f3f3f765c |
SJIS-WIN | ??????v\ | 0011111100111111001111110011111100111111001111110111011001011100 | 3f3f3f3f3f3f765c |
EUC-JP | ??????v\ | 0011111100111111001111110011111100111111001111110111011001011100 | 3f3f3f3f3f3f765c |
UTF-8 | 챌챰혯챦쩍짤v\ | 1110110010110001100011001110110010110001101100001110110110011000101011111110110010110001101001101110110010101001100011011110110010100111101001000111011001011100 | ecb18cecb1b0ed98afecb1a6eca98deca7a4765c |
UHC | 챌챰혯챦쩍짤v\ | 1100001110100111110000111011000111000010100101101100001110101111110000101011110111000010101010010111011001011100 | c3a7c3b1c296c3afc2bdc2a9765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)