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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 凋??珥 | 100100101001110000111111001111111110000011100000 | 929c3f3fe0e0 |
EUC-JP | 凋??珥 | 110000111111110000111111001111111110000011100010 | c3fc3f3fe0e2 |
UTF-8 | 凋당쓱珥 | 111001011000011110001011111010111000101110111001111011001001001110110001111001111000111110100101 | e5878beb8bb9ec93b1e78fa5 |
UHC | 凋당쓱珥 | 1111000010111101101101001110011110111110101100111110110010110100 | f0bdb4e7beb3ecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)