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 | 脱狸息脱 | 1001001001000101100100100100101110010001101001111001001001000101 | 9245924b91a79245 |
EUC-JP | 脱狸息脱 | 1100001110100110110000111010110011000010101010011100001110100110 | c3a6c3acc2a9c3a6 |
UTF-8 | 脱狸息脱 | 111010001000010010110001111001111000101110111000111001101000000110101111111010001000010010110001 | e884b1e78bb8e681afe884b1 |
UHC | ?狸息? | 001111111101011111100001111000111101001100111111 | 3fd7e1e3d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)