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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ヤ邱碚ュ・」 | 11110000101011101101010011100111101101111110000111101110101011011010010110100011 | f0aed4e7b7e1eeada5a3 |
EUC-JP | ?ヤ邱碚ュ・」 | 00111111100011101101010011101110101110011110001011110000100011101010110110001110101001011000111010100011 | 3f8ed4eeb9e2f08ead8ea58ea3 |
UTF-8 | ヤ邱碚ュ・」 | 111011101000000110101101111011111011111010010100111010011000001010110001111001111010001010011010111011111011110110101101111011111011110110100101111011111011110110100011 | ee81adefbe94e982b1e7a29aefbdadefbda5efbda3 |
UHC | ??邱???? | 0011111100111111110011111100100000111111001111110011111100111111 | 3f3fcfc83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)