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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 蘓縟\}蘓縟\{^ | 11100101010111101110001101110100010111000111110111100101010111101110001101110100010111000111101101011110 | e55ee3745c7de55ee3745c7b5e |
EUC-JP | 蘓縟\}蘓縟\{^ | 11101001101111111110010111010101010111000111110111101001101111111110010111010101010111000111101101011110 | e9bfe5d55c7de9bfe5d55c7b5e |
UTF-8 | 蘓縟\}蘓縟\{^ | 1110100010011000100100111110011110111000100111110101110001111101111010001001100010010011111001111011100010011111010111000111101101011110 | e89893e7b89f5c7de89893e7b89f5c7b5e |
UHC | ?縟\}?縟\{^ | 0011111111101001101100100101110001111101001111111110100110110010010111000111101101011110 | 3fe9b25c7d3fe9b25c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)