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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 凝η? | 1000101111000011100000111100010100111111 | 8bc383c53f |
EUC-JP | 凝η? | 1011011011000101101001101100011100111111 | b6c5a6c73f |
UTF-8 | 凝ηㅎ | 1110010110000111100111011100111010110111111000111000010110001110 | e5879dceb7e3858e |
UHC | 凝ηㅎ | 111010111110101010100101111001111010010010111110 | ebeaa5e7a4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)