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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?鰻彊 | 0011111110001001010101101000101110101110 | 3f89568bae |
EUC-JP | ?鰻彊 | 0011111110110001101101111011011010110000 | 3fb1b7b6b0 |
UTF-8 | 렺鰻彊 | 111010111010000010111010111010011011000010111011111001011011110110001010 | eba0bae9b0bbe5bd8a |
UHC | 렺鰻彊 | 100011101100001011011000110001001100101110101110 | 8ec2d8c4cbae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)