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 | 晤?\}晤?\{^ | 1001110111101011001111110101110001111101100111011110101100111111010111000111101101011110 | 9deb3f5c7d9deb3f5c7b5e |
EUC-JP | 晤?\}晤?\{^ | 1101101011101101001111110101110001111101110110101110110100111111010111000111101101011110 | daed3f5c7ddaed3f5c7b5e |
UTF-8 | 晤쭷\}晤쭷\{^ | 1110011010011001101001001110110010101101101101110101110001111101111001101001100110100100111011001010110110110111010111000111101101011110 | e699a4ecadb75c7de699a4ecadb75c7b5e |
UHC | 晤쭷\}晤쭷\{^ | 11100111111110111010100001001011010111000111110111100111111110111010100001001011010111000111101101011110 | e7fba84b5c7de7fba84b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)