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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 魏セ鮖ソ釿昜 | 11101001101100001011111011101001101110011011111111100111111000011001110111100100 | e9b0bee9b9bfe7e19de4 |
EUC-JP | 魏セ鮖ソ釿昜 | 111100101011001010001110101111101111001010111011100011101011111111101110111000111101101011100110 | f2b28ebef2bb8ebfeee3dae6 |
UTF-8 | 魏セ鮖ソ釿昜 | 111010011010110110001111111011111011110110111110111010011010111010010110111011111011110110111111111010011000011110111111111001101001100010011100 | e9ad8fefbdbee9ae96efbdbfe987bfe6989c |
UHC | 魏????? | 11101010111000000011111100111111001111110011111100111111 | eae03f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)