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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霍ォ螳域酪 | 111010001011011110101011111001011010111010001000111001101001011110001111 | e8b7abe5ae88e6978f |
EUC-JP | 霍ォ螳域酪 | 11110000101110011000111010101011111010101011000010110000111010001100110111101111 | f0b98eabeab0b0e8cdef |
UTF-8 | 霍ォ螳域酪 | 111010011001110010001101111011111011110110101011111010001001111010110011111001011001111110011111111010011000010110101010 | e99c8defbdabe89eb3e59f9fe985aa |
UHC | ??螳域酪 | 0011111100111111110100111101100111100110101101001101010110101100 | 3f3fd3d9e6b4d5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)