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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莵爵灼萃莵 | 11100100101101111000111011011101100011101101110011100100110000101110010010110111 | e4b78edd8edce4c2e4b7 |
EUC-JP | 莵爵灼萃莵 | 11101000101110011011110011011111101111001101111011101000110001001110100010111001 | e8b9bcdfbcdee8c4e8b9 |
UTF-8 | 莵爵灼萃莵 | 111010001000111010110101111001111000100010110101111001111000000110111100111010001001000010000011111010001000111010110101 | e88eb5e788b5e781bce89083e88eb5 |
UHC | ?爵灼萃? | 0011111111101101110010011110110111000111111101011111111000111111 | 3fedc9edc7f5fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)