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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | セ鮗ェe^ | 1111001010110000101111101110100110111010101010100110010101011110 | f2b0bee9baaa655e |
EUC-JP | ?セ鮗ェe^ | 001111111000111010111110111100101011110010001110101010100110010101011110 | 3f8ebef2bc8eaa655e |
UTF-8 | セ鮗ェe^ | 1110111010000111101001111110111110111101101111101110100110101110100101111110111110111101101010100110010101011110 | ee87a7efbdbee9ae97efbdaa655e |
UHC | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)