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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?燧}?燧{^ | 001111111110000010011100011111010011111111100000100111000111101101011110 | 3fe09c7d3fe09c7b5e |
EUC-JP | ?燧}?燧{^ | 001111111101111111111100011111010011111111011111111111000111101101011110 | 3fdffc7d3fdffc7b5e |
UTF-8 | 릈燧}릈燧{^ | 111010111010011010001000111001111000011110100111011111011110101110100110100010001110011110000111101001110111101101011110 | eba688e787a77deba688e787a77b5e |
UHC | 릈燧}릈燧{^ | 1001000001101000111000101010110001111101100100000110100011100010101011000111101101011110 | 9068e2ac7d9068e2ac7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)