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 | 筮笄糢 | 111000101010110011100010101000001110001011110101 | e2ace2a0e2f5 |
EUC-JP | 筮笄糢 | 111001001010111011100100101000101110010011110111 | e4aee4a2e4f7 |
UTF-8 | 筮笄糢 | 111001111010110110101110111001111010110010000100111001111011001110100010 | e7adaee7ac84e7b3a2 |
UHC | 筮?? | 11011111111110110011111100111111 | dffb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)