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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諷び奇ス | 11100110100001011000001011010001100010101110111110111101 | e68582d18aefbd |
EUC-JP | 諷び奇ス | 1110101111100101101001001101001110110100111100011000111010111101 | ebe5a4d3b4f18ebd |
UTF-8 | 諷び奇ス | 111010001010101110110111111000111000000110110011111001011010010110000111111011111011110110111101 | e8abb7e381b3e5a587efbdbd |
UHC | 諷び奇? | 11111001101001001010101011010011110100001111010000111111 | f9a4aad3d0f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)