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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 羶駈酋@h | 1110001110111101100010111110110110001111010101010100000001101000 | e3bd8bed8f554068 |
EUC-JP | 羶駈酋@h | 1110011010111111101101101110111110111101101101100100000001101000 | e6bfb6efbdb64068 |
UTF-8 | 羶駈酋@h | 1110011110111110101101101110100110100111100010001110100110000101100010110100000001101000 | e7beb6e9a788e9858b4068 |
UHC | ??酋@h | 001111110011111111110101110111000100000001101000 | 3f3ff5dc4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)