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 | 葹∽Й糅 | 1110010011011111100000011110010010000100010010101110001011110000 | e4df81e4844ae2f0 |
EUC-JP | 葹∽Й糅 | 1110100011100001101000101110011010100111101010111110010011110010 | e8e1a2e6a7abe4f2 |
UTF-8 | 葹∽Й糅 | 1110100010010001101110011110001010001000101111011101000010011001111001111011001110000101 | e891b9e288bdd099e7b385 |
UHC | ?∽Й? | 001111111010000111101111101011001010101100111111 | 3fa1efacab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)