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 | c}vc}vB | 100100000110001101111101011101101001000001100011011111010111011001000010 | 90637d7690637d7642 |
SJIS-WIN | ?c}v?c}vB | 001111110110001101111101011101100011111101100011011111010111011001000010 | 3f637d763f637d7642 |
EUC-JP | ?c}v?c}vB | 001111110110001101111101011101100011111101100011011111010111011001000010 | 3f637d763f637d7642 |
UTF-8 | c}vc}vB | 1100001010010000011000110111110101110110110000101001000001100011011111010111011001000010 | c290637d76c290637d7642 |
UHC | ?c}v?c}vB | 001111110110001101111101011101100011111101100011011111010111011001000010 | 3f637d763f637d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)