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 | ???溢d? | 0011111100111111001111111000100011101100100000101000010000111111 | 3f3f3f88ec82843f |
EUC-JP | ???溢d? | 0011111100111111001111111011000011101110101000111110010000111111 | 3f3f3fb0eea3e43f |
UTF-8 | 列룸뱺溢d퐰 | 111011111010011010011100111010111010001110111000111010111011000110111010111001101011101010100010111011111011110110000100111011011001000010110000 | efa69ceba3b8ebb1bae6baa2efbd84ed90b0 |
UHC | 列룸뱺溢d퐰 | 111001101110101010110111111010111001001110100000111011001110111010100011111001001011110110011001 | e6eab7eb93a0eceea3e4bd99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)