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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 晤?}晤?{^ | 100111011110101100111111011111011001110111101011001111110111101101011110 | 9deb3f7d9deb3f7b5e |
EUC-JP | 晤煐}晤煐{^ | 11011010111011011000111111001001111110000111110111011010111011011000111111001001111110000111101101011110 | daed8fc9f87ddaed8fc9f87b5e |
UTF-8 | 晤煐}晤煐{^ | 111001101001100110100100111001111000010110010000011111011110011010011001101001001110011110000101100100000111101101011110 | e699a4e785907de699a4e785907b5e |
UHC | 晤煐}晤煐{^ | 1110011111111011111001111011110001111101111001111111101111100111101111000111101101011110 | e7fbe7bc7de7fbe7bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)