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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 蜑ー蜉ヲQ] | 1110010110001001101100001110010110001010101001100101000101011101 | e589b0e58aa6515d |
EUC-JP | 蜑ー蜉ヲQ] | 11101001111010011000111010110000111010011110101010001110101001100101000101011101 | e9e98eb0e9ea8ea6515d |
UTF-8 | 蜑ー蜉ヲQ] | 1110100010011100100100011110111110111101101100001110100010011100100010011110111110111101101001100101000101011101 | e89c91efbdb0e89c89efbda6515d |
UHC | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)