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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 爾遁└BF | 1000111010100010100100111101100110000100101001000100001001000110 | 8ea293d984a44246 |
EUC-JP | 爾遁└BF | 1011110010100100110001101101101110101000101001100100001001000110 | bca4c6dba8a64246 |
UTF-8 | 爾遁└BF | 1110011110001000101111101110100110000001100000011110001010010100100101000100001001000110 | e788bee98181e294944246 |
UHC | 爾遁└BF | 1110110010110011110101001110110110100110101001100100001001000110 | ecb3d4eda6a64246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)