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 | 諡ш犠 | 111001101000101110000100100010101000101101011101 | e68b848a8b5d |
EUC-JP | 諡ш犠 | 111010111110101110100111111010101011010110111110 | ebeba7eab5be |
UTF-8 | 諡ш犠 | 1110100010101011101000011101000110001000111001111000101010100000 | e8aba1d188e78aa0 |
UHC | 諡ш? | 1110001111001101101011001110101000111111 | e3cdacea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)