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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲??揖ф? | 111000011001111100111111001111111001011101001011100001001000011000111111 | e19f3f3f974b84863f |
EUC-JP | 癲??揖ф? | 111000101010000100111111001111111100110110101100101001111110011000111111 | e2a13f3fcdaca7e63f |
UTF-8 | 癲삳낑揖ф릸 | 1110011110011001101100101110110010000010101100111110101110000010100100011110011010001111100101101101000110000100111010111010011010111000 | e799b2ec82b3eb8291e68f96d184eba6b8 |
UHC | 癲삳낑揖ф릸 | 111011111010011010111011111010111011001110101001111010111110011110101100111001101001000010010110 | efa6bbebb3a9ebe7ace69096 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)