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 | ソ珞、 | 10111111111000001110001010100100 | bfe0e2a4 |
EUC-JP | ソ珞、 | 100011101011111111100000111001001000111010100100 | 8ebfe0e48ea4 |
UTF-8 | ソ珞、 | 111011111011110110111111111001111000111110011110111011111011110110100100 | efbdbfe78f9eefbda4 |
UHC | ?珞? | 00111111110101011010100000111111 | 3fd5a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)