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 | 賃?佇?阻 | 1001001011000000001111111001100011001000001111111001000101101010 | 92c03f98c83f916a |
EUC-JP | 賃?佇?阻 | 1100010011000010001111111101000011001010001111111100000111001011 | c4c23fd0ca3fc1cb |
UTF-8 | 賃렪佇렡阻 | 111010001011001110000011111010111010000010101010111001001011110110000111111010111010000010100001111010011001100010111011 | e8b383eba0aae4bd87eba0a1e998bb |
UHC | 賃렪佇렡阻 | 11101100111111001000111010111000111011101011011110001110101100101111000011100110 | ecfc8eb8eeb78eb2f0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)