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 | 陂伎イス | 111010001001100010001010111010101011001010111101 | e8988aeab2bd |
EUC-JP | 陂伎イス | 1110111111111000101101001110110010001110101100101000111010111101 | eff8b4ec8eb28ebd |
UTF-8 | 陂伎イス | 111010011001100110000010111001001011110010001110111011111011110110110010111011111011110110111101 | e99982e4bc8eefbdb2efbdbd |
UHC | 陂伎?? | 111110011010111011010000111010110011111100111111 | f9aed0eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)