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 | 1110100011011111100101000101010011100101101001011010101001010110 | e8df9454e5a5aa56 |
EUC-JP | 鞜乃螂ェV | 111100001110000111000111101101011110101010100111100011101010101001010110 | f0e1c7b5eaa78eaa56 |
UTF-8 | 鞜乃螂ェV | 11101001100111101001110011100100101110011000001111101000100111101000001011101111101111011010101001010110 | e99e9ce4b983e89e82efbdaa56 |
UHC | ?乃螂?V | 00111111110100101010110011010101110011000011111101010110 | 3fd2acd5cc3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)