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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | テ淌妥ステコG | 110000111001111111000011100100011100001110111101110000111011101001000111 | c39fc391c3bdc3ba47 |
EUC-JP | テ淌妥ステコG | 10001110110000111101111011000101110000101100010110001110101111011000111011000011100011101011101001000111 | 8ec3dec5c2c58ebd8ec38eba47 |
UTF-8 | テ淌妥ステコG | 11101111101111101000001111100110101101111000110011100101101001101010010111101111101111011011110111101111101111101000001111101111101111011011101001000111 | efbe83e6b78ce5a6a5efbdbdefbe83efbdba47 |
UHC | ??妥???G | 0011111100111111111101101110011000111111001111110011111101000111 | 3f3ff6e63f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)