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\ | 111100001111000110111100101010110111011001011100 | f0f1bcab765c |
EUC-JP | ?シォv\ | 00111111100011101011110010001110101010110111011001011100 | 3f8ebc8eab765c |
UTF-8 | シォv\ | 1110111010000010101100001110111110111101101111001110111110111101101010110111011001011100 | ee82b0efbdbcefbdab765c |
UHC | ???v\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)