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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 璽室B | 1000111010100011100011101011101001000010 | 8ea38eba42 |
EUC-JP | 璽室B | 1011110010100101101111001011110001000010 | bca5bcbc42 |
UTF-8 | 璽室B | 11100111100100101011110111100101101011101010010001000010 | e792bde5aea442 |
UHC | 璽室B | 1101111111011110111000111111100001000010 | dfdee3f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)