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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 谿?魏\ | 111001101010111000111111111010011011000001011100 | e6ae3fe9b05c |
EUC-JP | 谿?魏\ | 111011001011000000111111111100101011001001011100 | ecb03ff2b25c |
UTF-8 | 谿燐魏\ | 11101000101100001011111111101111101001111010111011101001101011011000111101011100 | e8b0bfefa7aee9ad8f5c |
UHC | 谿燐魏\ | 11001101101011001110110011011101111010101110000001011100 | cdacecddeae05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)