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 | 騾狗ョ懃宸 | 111010011000000010001011111001111010111010011100111001111001101110000010 | e9808be7ae9ce79b82 |
EUC-JP | 騾狗ョ懃宸 | 11110001111000001011011011101001100011101010111011011000111010011101010111100010 | f1e0b6e98eaed8e9d5e2 |
UTF-8 | 騾狗ョ懃宸 | 111010011010100010111110111001111000101110010111111011111011110110101110111001101000011110000011111001011010111010111000 | e9a8bee78b97efbdaee68783e5aeb8 |
UHC | ?狗?懃宸 | 0011111111001111101101110011111111010000110001001110001111100100 | 3fcfb73fd0c4e3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)