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 | ???C? | 0011111100111111001111110100001100111111 | 3f3f3f433f |
SJIS-WIN | ??棲C谿 | 00111111001111111001000010110001010000111110011010101110 | 3f3f90b143e6ae |
EUC-JP | ??棲C谿 | 00111111001111111100000010110011010000111110110010110000 | 3f3fc0b343ecb0 |
UTF-8 | 광롛棲C谿 | 11101010101101001001000111101011101000011001101111100110101000111011001001000011111010001011000010111111 | eab491eba19be6a3b243e8b0bf |
UHC | 광롛棲C谿 | 101100011010010010001110110111111101111111111000010000111100110110101100 | b1a48edfdff843cdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)