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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莵爵灼萃 | 1110010010110111100011101101110110001110110111001110010011000010 | e4b78edd8edce4c2 |
EUC-JP | 莵爵灼萃 | 1110100010111001101111001101111110111100110111101110100011000100 | e8b9bcdfbcdee8c4 |
UTF-8 | 莵爵灼萃 | 111010001000111010110101111001111000100010110101111001111000000110111100111010001001000010000011 | e88eb5e788b5e781bce89083 |
UHC | ?爵灼萃 | 00111111111011011100100111101101110001111111010111111110 | 3fedc9edc7f5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)