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 | ??????}B | 0011111100111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f3f7d42 |
SJIS-WIN | コラレオノミ}B | 1011101011010111110110101011010111001001110100000111110101000010 | bad7dab5c9d07d42 |
EUC-JP | コラレオノミ}B | 1000111010111010100011101101011110001110110110101000111010110101100011101100100110001110110100000111110101000010 | 8eba8ed78eda8eb58ec98ed07d42 |
UTF-8 | コラレオノミ}B | 1110111110111101101110101110111110111110100101111110111110111110100110101110111110111101101101011110111110111110100010011110111110111110100100000111110101000010 | efbdbaefbe97efbe9aefbdb5efbe89efbe907d42 |
UHC | ??????}B | 0011111100111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)