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 | 軏基桝訷 | 1111101110110010100010101110111010010110100100011111101110100100 | fbb28aee9691fba4 |
EUC-JP | 軏基桝訷 | 10001111111000001101100110110100111100001100101111110001100011111101110111010100 | 8fe0d9b4f0cbf18fddd4 |
UTF-8 | 軏基桝訷 | 111010001011101110001111111001011001111110111010111001101010000110011101111010001010100010110111 | e8bb8fe59fbae6a19de8a8b7 |
UHC | ?基?? | 0011111111010000111100010011111100111111 | 3fd0f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)