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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驫捺ウ悟 | 11101001100010101001001111100110101100111000110011100101 | e98a93e6b38ce5 |
EUC-JP | 驫捺ウ悟 | 1111000111101010110001101110100010001110101100111011100011100111 | f1eac6e88eb3b8e7 |
UTF-8 | 驫捺ウ悟 | 111010011010100110101011111001101000110110111010111011111011110110110011111001101000001010011111 | e9a9abe68dbaefbdb3e6829f |
UHC | ?捺?悟 | 001111111101000111110100001111111110011111110110 | 3fd1f43fe7f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)