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 | 1000111111100011100011111110001101000010 | 8fe38fe342 |
EUC-JP | 上上B | 1011111011100101101111101110010101000010 | bee5bee542 |
UTF-8 | 上上B | 11100100101110001000101011100100101110001000101001000010 | e4b88ae4b88a42 |
UHC | 上上B | 1101111110111110110111111011111001000010 | dfbedfbe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)