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 | 100100100100010010010010010101011001001001000100100100100101010101000010 | 924492559244925542 |
EUC-JP | 奪旦奪旦B | 110000111010010111000011101101101100001110100101110000111011011001000010 | c3a5c3b6c3a5c3b642 |
UTF-8 | 奪旦奪旦B | 11100101101001011010101011100110100101111010011011100101101001011010101011100110100101111010011001000010 | e5a5aae697a6e5a5aae697a642 |
UHC | 奪旦奪旦B | 111101111010110011010011101010011111011110101100110100111010100101000010 | f7acd3a9f7acd3a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)