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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?徐??而 | 00111111100011111001100100111111001111111000111010100111 | 3f8f993f3f8ea7 |
EUC-JP | ?徐??而 | 00111111101111011111100100111111001111111011110010101001 | 3fbdf93f3fbca9 |
UTF-8 | 렊徐렋뤁而 | 111010111010000010001010111001011011111010010000111010111010000010001011111010111010010010000001111010001000000010001100 | eba08ae5be90eba08beba481e8808c |
UHC | 렊徐렋뤁而 | 10001110101000011101111111101111100011101010001010001111101100101110110010111011 | 8ea1dfef8ea28fb2ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)