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 | ??SB | 00111111001111110101001101000010 | 3f3f5342 |
SJIS-WIN | 怐獺SB | 100111001000000111100000110110100101001101000010 | 9c81e0da5342 |
EUC-JP | 怐獺SB | 110101111110000111100000110111000101001101000010 | d7e1e0dc5342 |
UTF-8 | 怐獺SB | 1110011010000000100100001110011110001101101110100101001101000010 | e68090e78dba5342 |
UHC | ?獺SB | 0011111111010011101101110101001101000010 | 3fd3b75342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)