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 | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 偲璽篠識V | 100011101100001110001110101000111000111011000010100011101010111101010110 | 8ec38ea38ec28eaf56 |
EUC-JP | 偲璽篠識V | 101111001100010110111100101001011011110011000100101111001011000101010110 | bcc5bca5bcc4bcb156 |
UTF-8 | 偲璽篠識V | 11100101100000011011001011100111100100101011110111100111101011111010000011101000101011011001100001010110 | e581b2e792bde7afa0e8ad9856 |
UHC | ?璽篠識V | 0011111111011111110111101110000111000110111000111101101101010110 | 3fdfdee1c6e3db56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)