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 | 促贈狸続 | 1001000110100011100100011010000110010010010010111001000110110001 | 91a391a1924b91b1 |
EUC-JP | 促贈狸続 | 1100001010100101110000101010001111000011101011001100001010110011 | c2a5c2a3c3acc2b3 |
UTF-8 | 促贈狸続 | 111001001011111110000011111010001011010010001000111001111000101110111000111001111011011010011010 | e4bf83e8b488e78bb8e7b69a |
UHC | 促贈狸? | 11110101101101011111000111111100110101111110000100111111 | f5b5f1fcd7e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)