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 | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 偲悉V | 1000111011000011100011101011101101010110 | 8ec38ebb56 |
EUC-JP | 偲悉V | 1011110011000101101111001011110101010110 | bcc5bcbd56 |
UTF-8 | 偲悉V | 11100101100000011011001011100110100000101000100101010110 | e581b2e6828956 |
UHC | ?悉V | 00111111111000111111101001010110 | 3fe3fa56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)