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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 、隘裹眩ァ | 11110001111000101010010011101000101001011110010111100101111000011011111110100111 | f1e2a4e8a5e5e5e1bfa7 |
EUC-JP | ?、隘裹眩ァ | 0011111110001110101001001111000010100111111010101110011111100010110000011000111010100111 | 3f8ea4f0a7eae7e2c18ea7 |
UTF-8 | 、隘裹眩ァ | 111011101000010110011101111011111011110110100100111010011001101010011000111010001010001110111001111001111001110010101001111011111011110110100111 | ee859defbda4e99a98e8a3b9e79ca9efbda7 |
UHC | ??隘?眩? | 0011111100111111111001001111011000111111111110101101111100111111 | 3f3fe4f63ffadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)