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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 畯??渦?B | 1111101101101111001111110011111110001001010100010011111101000010 | fb6f3f3f89513f42 |
EUC-JP | 畯??渦?B | 100011111100110110111011001111110011111110110001101100100011111101000010 | 8fcdbb3f3fb1b23f42 |
UTF-8 | 畯꿜갖渦렪B | 11100111100101011010111111101010101111111001110011101010101100001001011011100110101110001010011011101011101000001010101001000010 | e795afeabf9ceab096e6b8a6eba0aa42 |
UHC | 畯꿜갖渦렪B | 1111000111100001101100101110010010110000101011101110100010111110100011101011100001000010 | f1e1b2e4b0aee8be8eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)