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 | 鮗晁。榊惆 | 111010011011101010011101111010001010000110001101111001011001110010101101 | e9ba9de8a18de59cad |
EUC-JP | 鮗晁。榊惆 | 11110010101111001101101011101010100011101010000110111010111001111101100010101111 | f2bcdaea8ea1bae7d8af |
UTF-8 | 鮗晁。榊惆 | 111010011010111010010111111001101001100110000001111011111011110110100001111001101010011010001010111001101000001110000110 | e9ae97e69981efbda1e6a68ae68386 |
UHC | ?晁??? | 001111111111000011000101001111110011111100111111 | 3ff0c53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)