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 | 脱狸村則 | 1001001001000101100100100100101110010001101110101001000110100101 | 9245924b91ba91a5 |
EUC-JP | 脱狸村則 | 1100001110100110110000111010110011000010101111001100001010100111 | c3a6c3acc2bcc2a7 |
UTF-8 | 脱狸村則 | 111010001000010010110001111001111000101110111000111001101001110110010001111001011000100110000111 | e884b1e78bb8e69d91e58987 |
UHC | ?狸村則 | 00111111110101111110000111110101101111011111011011001110 | 3fd7e1f5bdf6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)