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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 鵰鉀ャ\ | 1111110001000111111110111100010110101100111100000111011001011100 | fc47fbc5acf0765c |
EUC-JP | 鵰鉀ャ?\ | 10001111111010111111101110001111111000111101100010001110101011000011111101011100 | 8febfb8fe3d88eac3f5c |
UTF-8 | 鵰鉀ャ\ | 11101001101101011011000011101001100010011000000011101111101111011010110011101110100000001011011001011100 | e9b5b0e98980efbdacee80b65c |
UHC | ?鉀??\ | 001111111100101110100101001111110011111101011100 | 3fcba53f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)