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 | 陂伎ーィ | 11101000100110001000101011101010101100001000001101000010 | e8988aeab08342 |
EUC-JP | 陂伎ーィ | 1110111111111000101101001110110010001110101100001010010110100011 | eff8b4ec8eb0a5a3 |
UTF-8 | 陂伎ーィ | 111010011001100110000010111001001011110010001110111011111011110110110000111000111000001010100011 | e99982e4bc8eefbdb0e382a3 |
UHC | 陂伎?ィ | 11111001101011101101000011101011001111111010101110100011 | f9aed0eb3faba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)