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 | 杞卒h酪 | 1001111001011000100100011011001010000010100010001001011110001111 | 9e5891b28288978f |
EUC-JP | 杞卒h酪 | 1101101110111001110000101011010010100011111010001100110111101111 | dbb9c2b4a3e8cdef |
UTF-8 | 杞卒h酪 | 111001101001110110011110111001011000110110010010111011111011110110001000111010011000010110101010 | e69d9ee58d92efbd88e985aa |
UHC | 杞卒h酪 | 1101000110100011111100001110111110100011111010001101010110101100 | d1a3f0efa3e8d5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)