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 | 凋?縡?才 | 1001001010011100001111111110001101110001001111111000110111001011 | 929c3fe3713f8dcb |
EUC-JP | 凋?縡?才 | 1100001111111100001111111110010111010010001111111011101011001101 | c3fc3fe5d23fbacd |
UTF-8 | 凋렪縡렭才 | 111001011000011110001011111010111010000010101010111001111011100010100001111010111010000010101101111001101000100110001101 | e5878beba0aae7b8a1eba0ade6898d |
UHC | 凋렪縡렭才 | 11110000101111011000111010111000111011101010110110001110101110101110111010100110 | f0bd8eb8eead8ebaeea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)