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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 彧失彧失B | 111110101011100110001110101110001111101010111001100011101011100001000010 | fab98eb8fab98eb842 |
EUC-JP | 彧失彧失B | 1000111110111100111111101011110010111010100011111011110011111110101111001011101001000010 | 8fbcfebcba8fbcfebcba42 |
UTF-8 | 彧失彧失B | 11100101101111011010011111100101101001001011000111100101101111011010011111100101101001001011000101000010 | e5bda7e5a4b1e5bda7e5a4b142 |
UHC | 彧失彧失B | 111010011110111011100011111101111110100111101110111000111111011101000010 | e9eee3f7e9eee3f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)