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 | 趾奇シゥ趾 | 1110011011100100100010101110111110111100101010011110011011100100 | e6e48aefbca9e6e4 |
EUC-JP | 趾奇シゥ趾 | 11101100111001101011010011110001100011101011110010001110101010011110110011100110 | ece6b4f18ebc8ea9ece6 |
UTF-8 | 趾奇シゥ趾 | 111010001011011010111110111001011010010110000111111011111011110110111100111011111011110110101001111010001011011010111110 | e8b6bee5a587efbdbcefbda9e8b6be |
UHC | 趾奇??趾 | 1111001010111111110100001111010000111111001111111111001010111111 | f2bfd0f43f3ff2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)