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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 丞箴エ | 1000111111100101111000101011110010110100 | 8fe5e2bcb4 |
EUC-JP | 丞箴エ | 101111101110011111100100101111101000111010110100 | bee7e4be8eb4 |
UTF-8 | 丞箴エ | 111001001011100010011110111001111010111010110100111011111011110110110100 | e4b89ee7aeb4efbdb4 |
UHC | 丞箴? | 1110001110101010111011011101011100111111 | e3aaedd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)