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 | 凋???? | 100100101001110000111111001111110011111100111111 | 929c3f3f3f3f |
EUC-JP | 凋???? | 110000111111110000111111001111110011111100111111 | c3fc3f3f3f3f |
UTF-8 | 凋얜렊흖렠 | 111001011000011110001011111011001001011010011100111010111010000010001010111011011001110110010110111010111010000010100000 | e5878bec969ceba08aed9d96eba0a0 |
UHC | 凋얜렊흖렠 | 11110000101111011011111011101011100011101010000111001000111010001000111010110001 | f0bdbeeb8ea1c8e88eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)