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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闊抵ソ。鮗 | 1110100010001000100100101110111110111111101000011110100110111010 | e88892efbfa1e9ba |
EUC-JP | 闊抵ソ。鮗 | 11101111111010001100010011110001100011101011111110001110101000011111001010111100 | efe8c4f18ebf8ea1f2bc |
UTF-8 | 闊抵ソ。鮗 | 111010011001011110001010111001101000101010110101111011111011110110111111111011111011110110100001111010011010111010010111 | e9978ae68ab5efbdbfefbda1e9ae97 |
UHC | 闊抵??? | 11111100110001001110111010111101001111110011111100111111 | fcc4eebd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)