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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 蟾ス陲匁酪^ | 11100101101101111011110111101000101000101001011011100110100101111000111101011110 | e5b7bde8a296e6978f5e |
EUC-JP | 蟾ス陲匁酪^ | 1110101010111001100011101011110111110000101001001100110011101000110011011110111101011110 | eab98ebdf0a4cce8cdef5e |
UTF-8 | 蟾ス陲匁酪^ | 11101000100111111011111011101111101111011011110111101001100110011011001011100101100011001000000111101001100001011010101001011110 | e89fbeefbdbde999b2e58c81e985aa5e |
UHC | 蟾???酪^ | 1110000011101010001111110011111100111111110101011010110001011110 | e0ea3f3f3fd5ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)