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 | 顆キ螟ょ」 | 1110100011110111101101111110010110100100100000101110010110100011 | e8f7b7e5a482e5a3 |
EUC-JP | 顆キ螟ょ」 | 11110000111110011000111010110111111010101010011010100100111001111000111010100011 | f0f98eb7eaa6a4e78ea3 |
UTF-8 | 顆キ螟ょ」 | 111010011010000110000110111011111011110110110111111010001001111010011111111000111000001010000111111011111011110110100011 | e9a186efbdb7e89e9fe38287efbda3 |
UHC | 顆?螟ょ? | 1100111010101000001111111101100110101101101010101110011100111111 | cea83fd9adaae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)