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 | 魄冗朕 | 111010011010111010001111111001111001001010111101 | e9ae8fe792bd |
EUC-JP | 魄冗朕 | 111100101011000010111110111010011100010010111111 | f2b0bee9c4bf |
UTF-8 | 魄冗朕 | 111010011010110110000100111001011000011010010111111001101001110010010101 | e9ad84e58697e69c95 |
UHC | 魄冗朕 | 110110111101111011101001101101111111001011111001 | dbdee9b7f2f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)